diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+### 1.0.0.4 (2025-01-22)
+
+Version bumps
+
 ### 1.0.0.3 (2023-06-26)
 
 Raise language version to GHC2021
diff --git a/hedgehog-optics.cabal b/hedgehog-optics.cabal
--- a/hedgehog-optics.cabal
+++ b/hedgehog-optics.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: hedgehog-optics
-version: 1.0.0.3
+version: 1.0.0.4
 category: Testing, Optics
 synopsis: Hedgehog properties for optics laws
 
@@ -36,6 +36,6 @@
         Hedgehog.Optics
 
     build-depends:
-      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18
-      , hedgehog ^>= 1.1.2 || ^>= 1.2
+      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19
+      , hedgehog ^>= 1.1.2 || ^>= 1.2 || ^>= 1.3 || ^>= 1.4 || ^>= 1.5
       , optics-core ^>= 0.4.1
