diff --git a/release/CHANGELOG.md b/release/CHANGELOG.md index f4f95d5e..0ab9c54e 100644 --- a/release/CHANGELOG.md +++ b/release/CHANGELOG.md @@ -1,3 +1,7 @@ +### 7.20.1 - 17.05.2024 + +* Fixed: The .NET 8 build of FsAutoComplete wasn't being included in the build. Now it is! + ### 7.20.0 - 15.05.2024 * ADDED: New flag to enable the F# Compiler's Transparent Compiler mode. Set `FSharp.fcs.transparentCompiler.enabled` to `true` to opt into the experimental analysis mode. This mode should be faster than the previous APIs, but may be unstable and may use more memory. As a result, it is still in an experimental mode and must be opted-in to. diff --git a/release/package.json b/release/package.json index e55ab505..31f8847d 100644 --- a/release/package.json +++ b/release/package.json @@ -1808,5 +1808,5 @@ "type": "git", "url": "https://github.com/ionide/ionide-vscode-fsharp.git" }, - "version": "7.20.0" + "version": "7.20.1" } \ No newline at end of file