diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,1 +1,4 @@
+
+0.0.0.1 (2025-01-20) - Version bumps
+
 0.0.0.0 (2023-05-27) - Initial release
diff --git a/colour-text.cabal b/colour-text.cabal
--- a/colour-text.cabal
+++ b/colour-text.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: colour-text
-version: 0.0.0.0
+version: 0.0.0.1
 category: Graphics, Text
 synopsis: Print and parse colors
 
@@ -27,9 +27,9 @@
         OverloadedStrings
         ScopedTypeVariables
     build-depends:
-      , base ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18
+      , base ^>= 4.18 || ^>= 4.19
       , colour ^>= 2.3.6
-      , text ^>= 1.2.4 || ^>= 2.0
+      , text ^>= 2.0 || ^>= 2.1
 
 library
     import: base
@@ -43,6 +43,6 @@
     main-is: Main.hs
     build-depends:
       , colour-text
-      , hedgehog ^>= 1.0.5 || ^>= 1.1 || ^>= 1.2
+      , hedgehog ^>= 1.4
       , hspec ^>= 2.8.5 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11
-      , hspec-hedgehog ^>= 0.0.1
+      , hspec-hedgehog ^>= 0.1
