diff --git a/bounded-qsem.cabal b/bounded-qsem.cabal
--- a/bounded-qsem.cabal
+++ b/bounded-qsem.cabal
@@ -3,7 +3,7 @@
 synopsis: Bounded quantity semaphores.
 description: Bounded quantity semaphores, meaning quantity semaphores that have an
              upper-bound in the number of units that can be available at any given time.
-version: 0.1.0.4
+version: 0.1.0.5
 cabal-version: 1.18
 build-type: Simple
 author: Daniel Casanueva (coding `at` danielcasanueva.eu)
@@ -18,4 +18,4 @@
   hs-source-dirs: src
   exposed-modules: Control.Concurrent.BQSem
   ghc-options: -Wall
-  build-depends: base >= 4.8 && < 4.21
+  build-depends: base >= 4.8 && < 4.23
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+## 0.1.0.5
+* base-4.22 support.
+
 ## 0.1.0.4
 * Metadata update.
 
