diff --git a/ascii-caseless.cabal b/ascii-caseless.cabal
--- a/ascii-caseless.cabal
+++ b/ascii-caseless.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: ascii-caseless
-version: 0.0.0.1
+version: 0.0.0.2
 synopsis: ASCII character without an upper/lower case distinction
 category: Data, Text
 
@@ -37,7 +37,7 @@
     build-depends:
       , ascii-case ^>= 1.0.1
       , ascii-char ^>= 1.0
-      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18
+      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19
 
 library
     import: base
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+
+0.0.0.2 - 2025-01-20 - Version bumps
+
 0.0.0.1 - 2023-06-21 - Support GHC range 9.2 to 9.6
 
 0.0.0.0 - 2022-12-27 - Initial release
