diff --git a/ascii-predicates.cabal b/ascii-predicates.cabal
--- a/ascii-predicates.cabal
+++ b/ascii-predicates.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: ascii-predicates
-version: 1.0.1.3
+version: 1.0.1.4
 synopsis: Various categorizations of ASCII characters
 category: Data, Text
 
@@ -33,7 +33,7 @@
 
     build-depends:
       , ascii-char ^>= 1.0
-      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18
+      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19
 
 library
     import: base
@@ -57,4 +57,4 @@
 
     build-depends:
       , ascii-predicates
-      , hedgehog ^>= 1.1.2 || ^>= 1.2
+      , hedgehog ^>= 1.1.2 || ^>= 1.2 || ^>= 1.3 || ^>= 1.4
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+### 1.0.1.4 (2025-01-20)
+
+Version bumps
+
 ### 1.0.1.3 (2023-06-26)
 
 Raise language to GHC2021
