diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.3.0.7 - 2015-07-15
+
+- Bump upper bounds: Allow vector-0.11
+
 # 0.3.0.6 - 2015-05-31
 
 - Bump upper bounds: Allow aeson-0.9 and syb-0.5
diff --git a/aeson-schema.cabal b/aeson-schema.cabal
--- a/aeson-schema.cabal
+++ b/aeson-schema.cabal
@@ -1,5 +1,5 @@
 name:                aeson-schema
-version:             0.3.0.6
+version:             0.3.0.7
 synopsis:            Haskell JSON schema validator and parser generator
 description:         This library provides validation of JSON values against schemata. Given a schema, it can also produce data types corresponding to the schema and a parser.
 homepage:            https://github.com/timjb/aeson-schema
@@ -33,7 +33,7 @@
   extensions:          OverloadedStrings
   build-depends:       base > 4 && < 5,
                        aeson >= 0.8.0.0 && < 0.10,
-                       vector >= 0.10 && < 0.11,
+                       vector >= 0.10 && < 0.12,
                        text >= 1.2 && < 1.3,
                        regex-pcre >= 0.94.4 && < 0.95,
                        unordered-containers >= 0.2.5.1 && < 2.6,
