diff --git a/ascii-predicates.cabal b/ascii-predicates.cabal
--- a/ascii-predicates.cabal
+++ b/ascii-predicates.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 
 name: ascii-predicates
-version: 1.0.0.6
+version: 1.0.0.8
 synopsis: Various categorizations of ASCII characters
 category: Data, Text
 
@@ -32,7 +32,7 @@
 
     build-depends: ascii-char ^>= 1.0
 
-    build-depends: base       >= 4.11 && < 4.16
+    build-depends: base       >= 4.11 && < 4.17
 
     exposed-modules: ASCII.Predicates
     exposed-modules: ASCII.Lists
diff --git a/changelog.txt b/changelog.txt
--- a/changelog.txt
+++ b/changelog.txt
@@ -2,3 +2,4 @@
 1.0.0.2 - 2020-05-18 - Support GHC 8.10
 1.0.0.4 - 2021-02-20 - Support GHC 9.0
 1.0.0.6 - 2021-09-26 - Add a test suite
+1.0.0.8 - 2022-01-09 - Support GHC 9.2
