diff --git a/ascii.cabal b/ascii.cabal
--- a/ascii.cabal
+++ b/ascii.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: ascii
-version: 1.7.0.1
+version: 1.7.0.2
 synopsis: The ASCII character set and encoding
 category: Data, Text
 
@@ -36,9 +36,9 @@
       , ascii-predicates == 1.0.1.*
       , ascii-superset == 1.3.0.*
       , ascii-th == 1.2.0.*
-      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18
-      , bytestring ^>= 0.11.4
-      , text ^>= 1.2.5 || ^>= 2.0
+      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19
+      , bytestring ^>= 0.11.4 || ^>= 0.12
+      , text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1
 
 library
     import: base
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+### 1.7.0.2 (2025-01-20)
+
+Version bumps
+
 ### 1.7.0.1 (2023-06-26)
 
 Upgrade language to GHC2021
