diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.9.3
+=====
+
+ - compatible with lts-8.11
+
 0.9.1
 =====
 
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.2
+Version:             0.9.3
 Synopsis:            Binary serialization with version control.
 Description:         Fork of safecopy that uses store instead of cereal.
 Homepage:            https://github.com/NCrashed/safecopy
@@ -34,8 +34,8 @@
                        bytestring < 0.11,
                        containers >= 0.3 && < 0.6,
                        old-time < 1.2,
-                       store >= 0.3 && < 0.4,
-                       store-core >= 0.3 && < 0.4,
+                       store >= 0.3 && < 0.5,
+                       store-core >= 0.3 && < 0.5,
                        template-haskell < 2.12,
                        text < 1.3,
                        time < 1.7,
