diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+### 1.0.0.2 (2025-01-21)
+
+Version bumps
+
 ### 1.0.0.1 (2022-12-31)
 
 Support GHC 9.4
diff --git a/unfork.cabal b/unfork.cabal
--- a/unfork.cabal
+++ b/unfork.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: unfork
-version: 1.0.0.1
+version: 1.0.0.2
 category: Concurrency
 synopsis: Make any action thread safe
 
@@ -46,7 +46,7 @@
         -Wall
     build-depends:
         async ^>= 2.2.4
-      , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17
+      , base ^>= 4.18 || ^>= 4.19
       , safe-exceptions ^>= 0.1.7
       , stm ^>= 2.5
 
