diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@
 `elm-street` uses [PVP Versioning][1].
 The changelog is available [on GitHub][2].
 
+## 0.2.2.0 - Jan 4, 2024
+
+* Version bumps to allow building with GHC 9.8.1
+* Remove GHC 8.10.7 from CI
+
 ## 0.2.1.1 - Aug 3, 2023
 * Add missing extra-source-files: test/golden/oneType.json to cabal
 
diff --git a/elm-street.cabal b/elm-street.cabal
--- a/elm-street.cabal
+++ b/elm-street.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.4
 name:                elm-street
-version:             0.2.1.1
+version:             0.2.2.0
 synopsis:            Crossing the road between Haskell and Elm
 description:
     `Elm-street` allows you to generate automatically derived from Haskell types
@@ -19,18 +19,18 @@
 extra-doc-files:     README.md
                      CHANGELOG.md
 extra-source-files:  test/golden/oneType.json
-tested-with:         GHC == 8.10.7
-                     GHC == 9.0.2
+tested-with:         GHC == 9.0.2
                      GHC == 9.2.8
-                     GHC == 9.4.5
-                     GHC == 9.6.2
+                     GHC == 9.4.8
+                     GHC == 9.6.3
+                     GHC == 9.8.1
 
 source-repository head
   type:                git
   location:            https://github.com/Holmusk/elm-street.git
 
 common common-options
-  build-depends:       base >= 4.11.1.0 && < 4.19
+  build-depends:       base >= 4.11.1.0 && < 4.20
 
   ghc-options:         -Wall
                        -Wincomplete-uni-patterns
