diff --git a/release/CHANGELOG.md b/release/CHANGELOG.md index 0ffc4392..13ce91f5 100644 --- a/release/CHANGELOG.md +++ b/release/CHANGELOG.md @@ -1,3 +1,8 @@ + +### 7.24.0 - 12.02.2024 + +* Update to FSAC 0.77.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.77.0) for more details. + ### 7.23.1 - 12.02.2024 * [Restore variable evaluation in FSI](https://github.com/ionide/ionide-vscode-fsharp/pull/2061) from @enzian diff --git a/release/package.json b/release/package.json index a8da3ef5..02d7cbdf 100644 --- a/release/package.json +++ b/release/package.json @@ -1817,5 +1817,5 @@ "type": "git", "url": "https://github.com/ionide/ionide-vscode-fsharp.git" }, - "version": "7.23.1" + "version": "7.24.0" } \ No newline at end of file