diff --git a/eventium-testkit.cabal b/eventium-testkit.cabal
--- a/eventium-testkit.cabal
+++ b/eventium-testkit.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           eventium-testkit
-version:        0.2.1
+version:        0.3.0
 synopsis:       Testing utilities for eventium
 description:    Eventium-testkit provides common testing utilities and helper functions for testing Eventium-based
                 applications. It includes utilities for event store testing, serialization testing, and common test fixtures
@@ -44,7 +44,7 @@
   build-depends:
       aeson >=1.5 && <2.3
     , base >=4.9 && <5
-    , eventium-core >=0.2.0 && <0.3.0
+    , eventium-core >=0.3.0 && <0.4.0
     , extra ==1.7.*
     , hspec >=2.8 && <2.12
     , monad-logger ==0.3.*
