diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,14 @@
 `co-log` uses [PVP Versioning][1].
 The changelog is available [on GitHub][2].
 
+## 0.6.1.2 - March 2, 2025
+
+## What's Changed
+
+* Allow `containers-0.8`.
+
+**Full Changelog**: https://github.com/co-log/co-log/compare/v0.6.1.1...v0.6.1.2
+
 ## 0.6.1.1 - January 5, 2025
 
 ## What's Changed
diff --git a/co-log.cabal b/co-log.cabal
--- a/co-log.cabal
+++ b/co-log.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.4
 name:                co-log
-version:             0.6.1.1
+version:             0.6.1.2
 synopsis:            Composable Contravariant Comonadic Logging Library
 description:
     The default implementation of logging based on [co-log-core](http://hackage.haskell.org/package/co-log-core).
@@ -106,7 +106,7 @@
   build-depends:       ansi-terminal >= 1.0 && < 1.2
                      , bytestring >= 0.10.8 && < 0.13
                      , co-log-core ^>= 0.3
-                     , containers >= 0.5.7 && < 0.8
+                     , containers >= 0.5.7 && < 0.9
                      , contravariant ^>= 1.5
                      , directory ^>= 1.3.0
                      , exceptions >= 0.8.3 && < 0.11
