diff --git a/eventium-sqlite.cabal b/eventium-sqlite.cabal
--- a/eventium-sqlite.cabal
+++ b/eventium-sqlite.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           eventium-sqlite
-version:        0.3.2
+version:        0.4.0
 synopsis:       SQLite implementations for eventium
 description:    Eventium-sqlite provides a SQLite-based event store implementation for the Eventium event sourcing
                 framework. It uses the Persistent library for type-safe database access and provides efficient event
@@ -50,8 +50,8 @@
       aeson >=1.5 && <2.3
     , base >=4.9 && <5
     , bytestring >=0.10 && <0.13
-    , eventium-core >=0.3.0 && <0.4.0
-    , eventium-sql-common >=0.3.0 && <0.4.0
+    , eventium-core >=0.4.0 && <0.5.0
+    , eventium-sql-common >=0.4.0 && <0.5.0
     , mtl >=2.2 && <2.4
     , persistent >=2.14 && <2.18
     , text >=1.2 && <2.2
@@ -84,8 +84,8 @@
     , aeson >=1.5 && <2.3
     , base >=4.9 && <5
     , bytestring >=0.10 && <0.13
-    , eventium-core >=0.3.0 && <0.4.0
-    , eventium-sql-common >=0.3.0 && <0.4.0
+    , eventium-core >=0.4.0 && <0.5.0
+    , eventium-sql-common >=0.4.0 && <0.5.0
     , eventium-testkit
     , hspec
     , mtl >=2.2 && <2.4
