diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+haskell-git-lfs (1.2.3) unstable; urgency=medium
+
+  * Expand containers bounds to allow 0.7
+
+ -- Joey Hess <id@joeyh.name>  Mon, 20 Jan 2025 16:08:14 -0400
+
 haskell-git-lfs (1.2.2) unstable; urgency=medium
 
   * Expand aeson bounds to allow 2.2.x
diff --git a/git-lfs.cabal b/git-lfs.cabal
--- a/git-lfs.cabal
+++ b/git-lfs.cabal
@@ -1,5 +1,5 @@
 Name: git-lfs
-Version: 1.2.2
+Version: 1.2.3
 Cabal-Version: >= 1.10
 License: AGPL-3
 Maintainer: Joey Hess <id@joeyh.name>
@@ -26,7 +26,7 @@
     aeson >= 1.3 && < 2.3,
     network-uri >= 2.6 && < 2.8,
     case-insensitive >= 1.2 && < 1.3,
-    containers >= 0.5 && < 0.7,
+    containers >= 0.5 && < 0.8,
     text >= 1.2 && < 2.2,
     bytestring >= 0.10 && < 0.13
 
