diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,8 +1,12 @@
 # Revision history for haskell-lsp
 
-## 0.15.0.1 -- 2019-09-07
+## 0.16.0.0 -- 2019-09-07
 
-* Relax base constraints for GHC 8.8
+* Add support for CodeActionOptions (@thomasjm)
+* Add support for `textDocument/prepareRename` request (@thomasjm)
+* Fix diagnostic code parsing (@thomasjm)
+* Fix shutdown response type (@bubba)
+* Relax base constraints for GHC 8.8 (@bubba)
 
 ## 0.15.0.0 -- 2019-07-01
 
diff --git a/haskell-lsp.cabal b/haskell-lsp.cabal
--- a/haskell-lsp.cabal
+++ b/haskell-lsp.cabal
@@ -1,5 +1,5 @@
 name:                haskell-lsp
-version:             0.15.0.1
+version:             0.16.0.0
 synopsis:            Haskell library for the Microsoft Language Server Protocol
 
 description:         An implementation of the types, and basic message server to
@@ -46,7 +46,7 @@
                      , filepath
                      , hslogger
                      , hashable
-                     , haskell-lsp-types == 0.15.*
+                     , haskell-lsp-types == 0.16.*
                      , lens >= 4.15.2
                      , mtl
                      , network-uri
