diff --git a/release/CHANGELOG.md b/release/CHANGELOG.md index 095c6eb4..a825a666 100644 --- a/release/CHANGELOG.md +++ b/release/CHANGELOG.md @@ -1,4 +1,9 @@ +### 7.25.3 - 02.03.2025 + +* [Add exclusion config for parens analyzer](https://github.com/ionide/ionide-vscode-fsharp/pull/2070) from @brianrourkeboll +* Update to FSAC 0.77.3. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.77.3) for more details. + ### 7.25.2 - 18.02.2025 * [Fix #2064 -- Fsi: Send File Problem](https://github.com/ionide/ionide-vscode-fsharp/pull/2065) from @LH-and-FPGA diff --git a/release/package.json b/release/package.json index 84994f26..2fb6ef40 100644 --- a/release/package.json +++ b/release/package.json @@ -1845,5 +1845,5 @@ "type": "git", "url": "https://github.com/ionide/ionide-vscode-fsharp.git" }, - "version": "7.25.2" -} + "version": "7.25.3" +} \ No newline at end of file