diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 3bf82e592..3eab52f42 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -10,7 +10,7 @@
"rollForward": false
},
"fsharp-analyzers": {
- "version": "0.36.0",
+ "version": "0.37.2",
"commands": [
"fsharp-analyzers"
],
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 1eab45ee9..82838d4c7 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -23,11 +23,11 @@
-
+
-
+
\ No newline at end of file
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 65c964832..8f036a7c2 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,11 @@
# Changelog
+## [Unreleased]
+
+### Changed
+* Bump `FSharp.Data` from 8.1.14 to 8.2.0, `G-Research.FSharp.Analyzers` from 0.22.0 to 0.23.0, and the `fsharp-analyzers` tool from 0.36.0 to 0.37.2.
+* Bump `Ionide.ProjInfo` from 0.74.2 to 0.75.0 and `NUnit3TestAdapter` from 6.2.0 to 6.3.0. Both are routine, non-breaking updates.
+
## [23.0.0-alpha.1] - 2026-09-08
### Changed