diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.4.3.17
+
+* Allow building with containers 0.8.
+
 # 0.4.3.16
 
 * [#182](https://github.com/stevenfontanella/microlens/pull/182) Support GHC 9.12.
diff --git a/microlens-th.cabal b/microlens-th.cabal
--- a/microlens-th.cabal
+++ b/microlens-th.cabal
@@ -1,5 +1,5 @@
 name:                microlens-th
-version:             0.4.3.16
+version:             0.4.3.17
 synopsis:            Automatic generation of record lenses for microlens
 description:
   This package lets you automatically generate lenses for data types; code was extracted from the lens package, and therefore generated lenses are fully compatible with ones generated by lens (and can be used both from lens and microlens).
@@ -42,7 +42,7 @@
   -- other-extensions:
   build-depends:       base >=4.5 && <5
                      , microlens >=0.4.0 && <0.5
-                     , containers >=0.5 && <0.8
+                     , containers >=0.5 && <0.9
                      , transformers
                      , template-haskell >=2.8 && <2.24
                      , th-abstraction >=0.4.1 && <0.8
