diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.9.6
+=====
+
+ - push upper bounds for time and template-haskell.
+
 0.9.5
 =====
 
diff --git a/safecopy-store.cabal b/safecopy-store.cabal
--- a/safecopy-store.cabal
+++ b/safecopy-store.cabal
@@ -3,7 +3,7 @@
 -- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
 -- The name of the package.
 Name:                safecopy-store
-Version:             0.9.5
+Version:             0.9.6
 Synopsis:            Binary serialization with version control.
 Description:         Fork of safecopy that uses store instead of cereal.
 Homepage:            https://github.com/NCrashed/safecopy
@@ -36,9 +36,9 @@
                        old-time < 1.2,
                        store >= 0.3 && < 0.5,
                        store-core >= 0.3 && < 0.5,
-                       template-haskell < 2.12,
+                       template-haskell < 2.13,
                        text < 1.3,
-                       time < 1.7,
+                       time < 1.9,
                        vector >= 0.10 && < 0.13
 
   -- Modules not exported by this package.
