diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+#### 0.3.0.1
+
+* Allow `attoparsec 0.13.*`
+
 ## 0.3
 
 * The semantics of `eitherDecodeV` and `decodeV` have been changed to conform to aeson's `eitherDecode` and `decode`: They now consume until end of input and strip trailing whitespace.
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
+version:             0.3.0.1
 synopsis:            Utilities for working with Aeson.
 description:         Utilities for working with Aeson.
 license:             BSD3
@@ -28,7 +28,7 @@
   build-depends:
       base == 4.*
     , aeson >= 0.6 && < 0.9
-    , attoparsec >= 0.10 && < 0.13
+    , attoparsec >= 0.10 && < 0.14
     , bytestring >= 0.9 && < 0.11
     , scientific >= 0.3.2 && < 0.4
     , text >= 0.11 && < 1.3
