diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## 0.2.0.3
+
+  * Allow `servant` version 0.11.
+
+## 0.2.0.2
+
+  * Allow `aeson` version 1.2.
+
 ## 0.2.0.1
 
   * Support GHC 7.8.
diff --git a/ziptastic-core.cabal b/ziptastic-core.cabal
--- a/ziptastic-core.cabal
+++ b/ziptastic-core.cabal
@@ -1,5 +1,5 @@
 name:                ziptastic-core
-version:             0.2.0.2
+version:             0.2.0.3
 synopsis:
   Core Servant specification for the Ziptastic API for doing forward and reverse geocoding.
 description:
@@ -35,7 +35,7 @@
     , bytestring            == 0.10.*
     , http-api-data         == 0.3.*
     , iso3166-country-codes >= 0.20140203.8
-    , servant               >= 0.9 && < 0.11
+    , servant               >= 0.9 && < 0.12
     , text                  >= 0.11
     , tz                    == 0.1.*
   default-language: Haskell2010
