diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for strict-containers-serialise
 
+## 0.2 -- 2022-12-12
+
+- Update to strict-containers v0.2, includes support for GHC 9.4. Drop support
+  for GHC 8.2 (base < 4.11).
+
 ## 0.1 -- 2021-04-20
 
 - Initial release, defining serialise instances for `Data.Strict.HashMap`,
diff --git a/strict-containers-serialise.cabal b/strict-containers-serialise.cabal
--- a/strict-containers-serialise.cabal
+++ b/strict-containers-serialise.cabal
@@ -1,5 +1,5 @@
 Name:           strict-containers-serialise
-Version:        0.1
+Version:        0.2
 Synopsis:       Strict containers - Serialise instances
 Category:       Data, Data Structures, Codec
 Description:
@@ -14,12 +14,13 @@
 extra-source-files:
     CHANGELOG.md
 tested-with:
-  GHC ==8.2.2
-   || ==8.4.4
+  GHC ==8.4.4
    || ==8.6.5
-   || ==8.8.3
-   || ==8.10.4
-   || ==9.0.1
+   || ==8.8.4
+   || ==8.10.7
+   || ==9.0.2
+   || ==9.2.4
+   || ==9.4.2
 
 library
   default-language: Haskell2010
@@ -27,11 +28,11 @@
   ghc-options:      -Wall
 
   build-depends:
-      base                  >= 4.5.0.0  && < 5
-    , cborg                 >= 0.2      && < 0.3
-    , hashable              >= 1.2.7.0  && < 1.4
-    , strict-containers     >= 0.1
-    , serialise             >= 0.2.3.0  && < 0.3
+      base                  >= 4.11.0.0  && < 5
+    , cborg                 >= 0.2       && < 0.3
+    , hashable              >= 1.2.7.0   && < 1.5
+    , strict-containers     >= 0.2
+    , serialise             >= 0.2.6.0   && < 0.3
 
   exposed-modules:
     Data.Strict.Containers.Serialise
