diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Change log for [raaz].
 
+## [0.3.6] - Dec 3, 2021
+
+Release that supports ghc-9.2 (base 0.4.16).
+
 ## [0.3.5] - Oct 10, 2021
 
 Make things more friendly for serialisation.
diff --git a/raaz.cabal b/raaz.cabal
--- a/raaz.cabal
+++ b/raaz.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name:    raaz
-version: 0.3.5
+version: 0.3.6
 stability: experimental
 
 synopsis: Fast and type safe cryptography.
@@ -192,7 +192,7 @@
   default-language: Haskell2010
   ghc-options: -Wall
   default-extensions: NoImplicitPrelude
-  build-depends: base                    >= 4.11 &&  < 4.16
+  build-depends: base                    >= 4.11 &&  < 4.17
                , bytestring              >= 0.10 &&  < 0.12
                , deepseq                 >= 1.4  &&  < 1.5
                , vector                  >= 0.12 &&  < 0.13
