diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
-1.0.1
+1.0.3
+=====
+* Bump protolude version
+
+
+1.0.2
 =====
 * Fix GHC 8.2.1 and Stackage LTS-9 build.
 
diff --git a/eventsource-geteventstore-store.cabal b/eventsource-geteventstore-store.cabal
--- a/eventsource-geteventstore-store.cabal
+++ b/eventsource-geteventstore-store.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           eventsource-geteventstore-store
-version:        1.0.2
+version:        1.0.3
 synopsis:       GetEventStore store implementation.
 description:    GetEventStore store implementation.
 category:       Eventsourcing
@@ -34,7 +34,7 @@
   ghc-options: -Wall
   build-depends:
       base >=4.9 && <5
-    , protolude >=0.1.10 && <0.2
+    , protolude >=0.1.10 && <0.3
     , eventstore >=0.14 && <0.16
     , eventsource-api >= 1.1
     , aeson
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -16,7 +16,7 @@
     - NoImplicitPrelude
   dependencies:
   - base >=4.9 && <5
-  - protolude >=0.1.10 && <0.2
+  - protolude >=0.1.10 && <0.3
   - eventstore >=0.14 && <0.16
   - eventsource-api >= 1.1
   - aeson
@@ -45,4 +45,4 @@
     - -with-rtsopts=-N
     main: Main.hs
     source-dirs: test-suite
-version: '1.0.2'
+version: '1.0.3'
