diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.5.0.1
+
+* Test with GHC 9.12.4 and 9.14.1
+
 ## 0.5.0.0
 
 * Add helpers on `WorkQueue` and `PoolboySettings` in `Data.Poolboy`
diff --git a/poolboy.cabal b/poolboy.cabal
--- a/poolboy.cabal
+++ b/poolboy.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                poolboy
-version:             0.5.0.0
+version:             0.5.0.1
 author:              Gautier DI FOLCO
 maintainer:          foss@difolco.dev
 category:            Data
@@ -10,7 +10,7 @@
 synopsis:            Simple work queue for bounded concurrency
 description:         In-memory work queue helping with load management.
 Homepage:            https://github.com/blackheaven/poolboy
-tested-with:         GHC==9.10.3
+tested-with:         GHC == { 9.12.4, 9.14.1 }
 
 extra-source-files:
     CHANGELOG.md
