diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for commutative-semigroups
 
+## 0.2.0.2 -- 2025-03-01
+
+- Loosen dependency bounds for containers-0.8
+
 ## 0.2.0.1 -- 2024-05-18
 
 - Loosen dependency bounds for GHC 9.10, thanks to yaitskov
diff --git a/commutative-semigroups.cabal b/commutative-semigroups.cabal
--- a/commutative-semigroups.cabal
+++ b/commutative-semigroups.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.4
 name:                commutative-semigroups
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Commutative semigroups
 description:
   A commutative semigroup is a semigroup where the order of arguments to mappend does not matter.
@@ -25,6 +25,6 @@
                        Numeric.Product.Commutative
   -- other-modules:
   build-depends:       base >= 4.6 && < 5,
-                       containers >= 0.4 && < 0.8
+                       containers >= 0.4 && < 0.9
   hs-source-dirs:      src
   default-language:    Haskell2010
