diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+reactive-banana-automation (0.5.7) upstream; urgency=medium
+
+  * Allow building with time-1.12 and transformers-0.6
+
+ -- Joey Hess <id@joeyh.name>  Fri, 11 Oct 2024 18:16:57 -0400
+
 reactive-banana-automation (0.5.6) upstream; urgency=medium
 
   * Allow building with reactive-banana 1.3
diff --git a/reactive-banana-automation.cabal b/reactive-banana-automation.cabal
--- a/reactive-banana-automation.cabal
+++ b/reactive-banana-automation.cabal
@@ -1,5 +1,5 @@
 Name: reactive-banana-automation
-Version: 0.5.6
+Version: 0.5.7
 Cabal-Version: >= 1.10
 License: AGPL-3
 Maintainer: Joey Hess <id@joeyh.name>
@@ -32,9 +32,9 @@
   Build-Depends:
     base (>= 4.9 && < 5.0),
     reactive-banana (>= 1.1 && < 1.4),
-    time (>= 1.6 && < 1.10),
+    time (>= 1.6 && < 1.13),
     stm (>= 2.4 && < 2.6),
-    transformers (>= 0.5 && < 0.6)
+    transformers (>= 0.5 && < 0.7)
   Exposed-Modules:
     Reactive.Banana.Automation
     Reactive.Banana.Automation.Examples
