diff --git a/CHANGELOG.rst b/CHANGELOG.rst
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -7,6 +7,18 @@
 .. _PVP: https://pvp.haskell.org/
 
 
+2.4.0.8 (2026-01-13)
+--------------------
+
+* Git: :tag:`dejafu-2.4.0.8`
+* Hackage: :hackage:`dejafu-2.4.0.8`
+
+Miscellaneous
+~~~~~~~~~~~~~
+
+* The upper bound on :hackage:`containers` is <0.9.
+
+
 2.4.0.7 (2025-01-06)
 --------------------
 
diff --git a/dejafu.cabal b/dejafu.cabal
--- a/dejafu.cabal
+++ b/dejafu.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                dejafu
-version:             2.4.0.7
+version:             2.4.0.8
 synopsis:            A library for unit-testing concurrent programs.
 
 description:
@@ -33,7 +33,7 @@
 source-repository this
   type:     git
   location: https://github.com/barrucadu/dejafu.git
-  tag:      dejafu-2.4.0.7
+  tag:      dejafu-2.4.0.8
 
 library
   exposed-modules:     Test.DejaFu
@@ -60,7 +60,7 @@
   -- other-extensions:
   build-depends:       base              >=4.9 && <5
                      , concurrency       >=1.11 && <1.12
-                     , containers        >=0.5 && <0.8
+                     , containers        >=0.5 && <0.9
                      , contravariant     >=1.2 && <1.6
                      , deepseq           >=1.1 && <2
                      , exceptions        >=0.7 && <0.11
