diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,12 @@
 # Changelog for haskell-language-server
 
+## 1.9.1.0
+
+- Binaries for GHC 9.2.6.
+- Fix for `hls-hlint-plugin` being unable to apply fixes due to GHC libdir from CI machines (#3241)
+- Improvements for recompilation avoidance, particularly for non-vscode editors
+  which don't support the LSP `workspace/didChangeWatchedFiles` method (#3458)
+
 ## 1.9.0.0
 
 - Binaries for GHC 9.4.3, GHC 9.4.4 and GHC 9.2.5.
diff --git a/haskell-language-server.cabal b/haskell-language-server.cabal
--- a/haskell-language-server.cabal
+++ b/haskell-language-server.cabal
@@ -1,7 +1,7 @@
 cabal-version:      3.0
 category:           Development
 name:               haskell-language-server
-version:            1.9.0.0
+version:            1.9.1.0
 synopsis:           LSP server for GHC
 description:
   Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -416,7 +416,7 @@
     , cryptohash-sha1
     , data-default
     , ghc
-    , ghcide                ^>=1.9
+    , ghcide                ==1.9.1.0
     , githash               >=0.1.6.1
     , lsp
     , hie-bios
