diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+haskell-git-lfs (1.2.1) unstable; urgency=medium
+
+  * Expand aeson bounds to allow 2.1.x
+  * Expand text bounds to allow 2.0.x
+
+ -- Joey Hess <id@joeyh.name>  Fri, 23 Jun 2023 13:54:30 -0400
+
 haskell-git-lfs (1.2.0) unstable; urgency=medium
 
   * Avoid blindly copying over Content-Encoding and Transfer-Encoding
@@ -13,7 +20,7 @@
 
 haskell-git-lfs (1.1.2) unstable; urgency=medium
 
-  * Expand aeson bounds to allow 2.x
+  * Expand aeson bounds to allow 2.0
     (This may fix a DOS attack, although any impact on git-lfs has not been
     determined.)
   * Expand containers bounds to allow 0.5.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.0
+Version: 1.2.1
 Cabal-Version: >= 1.10
 License: AGPL-3
 Maintainer: Joey Hess <id@joeyh.name>
@@ -23,11 +23,11 @@
     base >= 4.5 && < 5,
     http-client >= 0.5 && < 0.8,
     http-types >= 0.7 && < 0.13,
-    aeson >= 1.3 && < 2.1,
+    aeson >= 1.3 && < 2.2,
     network-uri >= 2.6 && < 2.8,
     case-insensitive >= 1.2 && < 1.3,
     containers >= 0.5 && < 0.7,
-    text >= 1.2 && < 1.3,
+    text >= 1.2 && < 2.1,
     bytestring >= 0.10 && < 0.12
 
 source-repository head
