diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+0.10.6.0:
+
+  Allow building with containers version 0.7.
+
 0.10.5.0:
 
   Allow building with text version 2.1.
diff --git a/swish.cabal b/swish.cabal
--- a/swish.cabal
+++ b/swish.cabal
@@ -1,7 +1,7 @@
 Cabal-Version:      2.4
 
 Name:               swish
-Version:            0.10.5.0
+Version:            0.10.6.0
 Stability:          experimental
 License:            LGPL-2.1-or-later
 License-file:       LICENSE 
@@ -98,7 +98,7 @@
    Default-Language:    Haskell2010
    Build-Depends:
       base >= 4.8 && < 4.19,
-      containers >= 0.5 && < 0.7,
+      containers >= 0.5 && < 0.8,
       directory >= 1.0 && < 1.4,
       filepath >= 1.1 && < 1.5,
       -- Early versions of hashable 1.2 are problematic
