diff --git a/mollie-api-haskell.cabal b/mollie-api-haskell.cabal
--- a/mollie-api-haskell.cabal
+++ b/mollie-api-haskell.cabal
@@ -1,5 +1,5 @@
 name:                mollie-api-haskell
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Mollie API client for Haskell http://www.mollie.com
 description:         Please see README.md
 homepage:            https://github.com/paramander/mollie-api-haskell
@@ -28,7 +28,7 @@
   other-modules:       Mollie.API.Internal
                      , Paths_mollie_api_haskell
   build-depends:       base >= 4.7 && < 5
-                     , aeson >= 1.0 && < 1.1
+                     , aeson >= 1.0 && < 1.4
                      , time >= 1.5 && < 2
                      , text >= 1.2 && < 2
                      , http-client >= 0.5 && < 0.6
