diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+#### 0.3.0.2
+
+* Allow `aeson 0.9.*`. Because of the aeson release `eitherDecodeV` and `decodeV` now behave the same as `eitherDecode` and `decode` respectively, this package can still be used as a compatibility layer.
+
 #### 0.3.0.1
 
 * Allow `attoparsec 0.13.*`
diff --git a/aeson-utils.cabal b/aeson-utils.cabal
--- a/aeson-utils.cabal
+++ b/aeson-utils.cabal
@@ -1,5 +1,5 @@
 name:                aeson-utils
-version:             0.3.0.1
+version:             0.3.0.2
 synopsis:            Utilities for working with Aeson.
 description:         Utilities for working with Aeson.
 license:             BSD3
@@ -27,7 +27,7 @@
   exposed-modules:   Data.Aeson.Utils
   build-depends:
       base == 4.*
-    , aeson >= 0.6 && < 0.9
+    , aeson >= 0.6 && < 0.10
     , attoparsec >= 0.10 && < 0.14
     , bytestring >= 0.9 && < 0.11
     , scientific >= 0.3.2 && < 0.4
