diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+2024-10-30  David Simmons-Duffin <dsd@caltech.edu> 0.2.10
+
+* Bump dependency bound for ansi-terminal
+
 2024-10-30 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.2.9
 
 * Removed dependency on `rematch` (#459)
diff --git a/distributed-process-async.cabal b/distributed-process-async.cabal
--- a/distributed-process-async.cabal
+++ b/distributed-process-async.cabal
@@ -1,6 +1,6 @@
 cabal-version:  3.0
 name:           distributed-process-async
-version:        0.2.9
+version:        0.2.10
 build-type:     Simple
 license:        BSD-3-Clause
 license-file:   LICENCE
@@ -65,7 +65,7 @@
   x-uses-tf:       true
   build-depends:
                    base >= 4.14 && < 5,
-                   ansi-terminal >= 0.5 && < 0.9,
+                   ansi-terminal >= 0.5 && < 1.2,
                    distributed-process,
                    distributed-process-async,
                    distributed-process-systest ^>= 0.4,
