diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+#### 0.7.3.1
+
+* test-suite: Allow `aeson-utils 0.3.*`
+
 ### 0.7.3.0
 
 * Add `JSONSchema` instances for all standard Num types and Scientific.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 [![Build Status](https://travis-ci.org/silkapp/json-schema.svg?branch=master)](https://travis-ci.org/silkapp/json-schema)
 
-`json-schema` is like XML schemas, but for JSON.
+`json-schema` is like XML schemas, but for JSON. It's haskell specific and has no relation to json-schema.org.
 
 The package provides
 
diff --git a/json-schema.cabal b/json-schema.cabal
--- a/json-schema.cabal
+++ b/json-schema.cabal
@@ -1,5 +1,5 @@
 name:                json-schema
-version:             0.7.3.0
+version:             0.7.3.1
 synopsis:            Types and type classes for defining JSON schemas.
 description:         Types and type classes for defining JSON schemas.
                      .
@@ -59,7 +59,7 @@
   build-depends:
       base
     , aeson >= 0.7 && < 0.9
-    , aeson-utils == 0.2.*
+    , aeson-utils >= 0.2 && < 0.4
     , attoparsec >= 0.10 && < 0.13
     , bytestring >= 0.10 && < 0.12
     , generic-aeson == 0.2.*
