diff --git a/flowdock.cabal b/flowdock.cabal
--- a/flowdock.cabal
+++ b/flowdock.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                flowdock
-version:             0.3.0.0
+version:             0.3.0.1
 synopsis:            Flowdock client library for Haskell
 -- description:         
 homepage:            https://github.com/brewtown/hs-flowdock
@@ -21,7 +21,7 @@
   -- other-modules:       
   -- other-extensions:    
   build-depends:       base >=4.6 && <5,
-                       aeson >= 0.8 && < 0.9,
+                       aeson >= 0.8 && < 0.10,
                        lens >= 4 && < 5,
                        lens-action,
                        http-client >= 0.3.8 && < 0.5,
