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