diff --git a/ascii-numbers.cabal b/ascii-numbers.cabal
--- a/ascii-numbers.cabal
+++ b/ascii-numbers.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: ascii-numbers
-version: 1.2.0.1
+version: 1.2.0.2
 synopsis: ASCII representations of numbers
 category: Data, Numeric, Text
 
@@ -43,10 +43,10 @@
       , ascii-case ^>= 1.0
       , ascii-char ^>= 1.0
       , ascii-superset ^>= 1.3
-      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18
-      , bytestring ^>= 0.10.12 || ^>= 0.11
+      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19
+      , bytestring ^>= 0.10.12 || ^>= 0.11 || ^>= 0.12
       , hashable ^>= 1.4
-      , text ^>= 1.2.5 || ^>= 2.0
+      , text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1
 
 library
     import: base
@@ -68,7 +68,7 @@
 
     build-depends:
       , ascii-numbers
-      , hedgehog ^>= 1.1.2 || ^>= 1.2
+      , hedgehog ^>= 1.1.2 || ^>= 1.2 || ^>= 1.3 || ^>= 1.4
       , invert ^>= 1.0
 
     default-extensions:
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+### 1.2.0.2 (2025-01-20)
+
+Version bumps
+
 ### 1.2.0.1 (2023-06-26)
 
 Raise language to GHC2021
