diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+### 1.0.0.5 (2025-01-20)
+
+Bump versions
+
 ### 1.0.0.4 (2023-06-26)
 
 Raise language to GHC2021
diff --git a/invert.cabal b/invert.cabal
--- a/invert.cabal
+++ b/invert.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: invert
-version: 1.0.0.4
+version: 1.0.0.5
 synopsis: Automatically generate a function’s inverse
 category: Functions
 
@@ -32,7 +32,7 @@
         NamedFieldPuns
         NoImplicitPrelude
     build-depends:
-      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18
+      , base ^>= 4.18 || ^>= 4.19
       , containers ^>= 0.6.5
       , hashable ^>= 1.4.2
       , unordered-containers ^>= 0.2.19
