diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+1.2.1 (2025-09-11)
+
+  * Fixed a dependency problem affecting release to Stackage
+
+
 1.2.0 (2025-09-10)
 
   * Added and adjusted some documentation
diff --git a/co-log-simple.cabal b/co-log-simple.cabal
--- a/co-log-simple.cabal
+++ b/co-log-simple.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: co-log-simple
-version: 1.2.0
+version: 1.2.1
 synopsis: Simple enhancements for logging with co-log
 description: A library built upon co-log that makes constructing and using
   `LogAction`s simpler with some predefined formatters and a slightly enhanced
@@ -74,7 +74,7 @@
     , co-log-core >=0.3.2.1 && <0.4
     , mtl >=2.3.1 && <3
     , text >=2.0.2 && <2.2
-    , time >=1.4 && <1.14
+    , time >=1.4 && <1.16
 
 executable co-log-simple
   import: lang
