diff --git a/ascii-superset.cabal b/ascii-superset.cabal
--- a/ascii-superset.cabal
+++ b/ascii-superset.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 
 name: ascii-superset
-version: 1.0.1.8
+version: 1.0.1.10
 synopsis: Representing ASCII with refined supersets
 category: Data, Text
 
@@ -37,7 +37,7 @@
 
     build-depends: ascii-char ^>= 1.0
 
-    build-depends: base       >= 4.11 && < 4.16
+    build-depends: base       >= 4.11 && < 4.17
     build-depends: bytestring ^>= 0.10 || ^>= 0.11
     build-depends: hashable   >= 1.2  && < 1.5
     build-depends: text       ^>= 1.2.3
diff --git a/changelog.txt b/changelog.txt
--- a/changelog.txt
+++ b/changelog.txt
@@ -22,3 +22,5 @@
     - Raise 'text' lower bound to 1.2.3
 
 1.0.1.8 - 2021-11-13 - Support hashable 1.4
+
+1.0.0.10 - 2022-01-09 - Support GHC 9.2
