diff --git a/ascii-superset.cabal b/ascii-superset.cabal
--- a/ascii-superset.cabal
+++ b/ascii-superset.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: ascii-superset
-version: 1.3.0.1
+version: 1.3.0.2
 synopsis: Representing ASCII with refined supersets
 category: Data, Text
 
@@ -45,8 +45,8 @@
       , ascii-case ^>= 1.0.1
       , ascii-caseless ^>= 0.0.0
       , ascii-char ^>= 1.0
-      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18
-      , text ^>= 1.2.4 || ^>= 2.0
+      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19
+      , text ^>= 1.2.4 || ^>= 2.0 || ^>= 2.1
 
 library
     import: base
@@ -60,7 +60,7 @@
         StandaloneDeriving
 
     build-depends:
-      , bytestring ^>= 0.10.12 || ^>= 0.11
+      , bytestring ^>= 0.10.12 || ^>= 0.11 || ^>= 0.12
       , hashable ^>= 1.3.5 || ^>= 1.4
 
     exposed-modules:
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+### 1.3.0.2 (2025-01-20)
+
+Version bumps
+
 ### 1.3.0.1 (2023-06-26)
 
 Raised language version to GHC2021.
