diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.1.0.1
+
+* Allow effectful-core 2.7
+* Test with GHC 9.12.4 and 9.14.1
+
 ## 0.1.0.0
 
 * Initial version
diff --git a/effectful-poolboy.cabal b/effectful-poolboy.cabal
--- a/effectful-poolboy.cabal
+++ b/effectful-poolboy.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                effectful-poolboy
-version:             0.1.0.0
+version:             0.1.0.1
 author:              Gautier DI FOLCO
 maintainer:          foss@difolco.dev
 category:            Data
@@ -10,7 +10,7 @@
 synopsis:            Simple work queue for bounded concurrency (effectful wrapper)
 description:         In-memory work queue helping with load management (effectful wrapper).
 Homepage:            https://github.com/blackheaven/poolboy
-tested-with:         GHC==9.10.4
+tested-with:         GHC == { 9.12.4, 9.14.1 }
 
 extra-source-files:
     CHANGELOG.md
@@ -20,7 +20,7 @@
   build-depends:
       base >= 4.2 && <5
     , async == 2.*
-    , effectful-core >= 2.3.0.0 && < 2.7
+    , effectful-core >= 2.3.0.0 && < 2.8
     , poolboy >= 0.5.0.0 && <0.6
   hs-source-dirs: src
   exposed-modules:
