diff --git a/ascii.cabal b/ascii.cabal
--- a/ascii.cabal
+++ b/ascii.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 
 name: ascii
-version: 1.1.1.0
+version: 1.1.1.2
 synopsis: The ASCII character set and encoding
 category: Data, Text
 
@@ -30,7 +30,7 @@
     ghc-options: -Wall
     hs-source-dirs: library
 
-    build-depends: base       >= 4.11 && < 4.16
+    build-depends: base       >= 4.11 && < 4.17
     build-depends: bytestring ^>= 0.10 || ^>= 0.11
     build-depends: text       ^>= 1.2.3
 
diff --git a/changelog.txt b/changelog.txt
--- a/changelog.txt
+++ b/changelog.txt
@@ -43,3 +43,5 @@
         - isSpace
         - isPunctuation
         - isSymbol
+
+1.1.1.2 - 2022-01-09 - Support GHC 9.2
