diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,7 @@
+0.14.0.2
+--------
+* Bump aeson version.
+
 0.14.0.1
 ----------
 * Fix subscription deadlock on connection drop.
diff --git a/eventstore.cabal b/eventstore.cabal
--- a/eventstore.cabal
+++ b/eventstore.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | |  +----- non-breaking API additions
 --                   | |  | +--- code changes with no API change
-version:             0.14.0.1
+version:             0.14.0.2
 
 tested-with: GHC >= 7.8.3 && < 8.0.1
 
@@ -106,7 +106,7 @@
 
   -- Other library packages from which modules are imported.
   build-depends:       base       >=4.7      && <5
-                     , aeson      >=0.8      && <1.2
+                     , aeson      >=0.8      && <1.3
                      , cereal     >=0.4      && <0.6
                      , containers ==0.5.*
                      , protobuf   >=0.2.1.1  && <0.3
