diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## v0.2.3.0
+
+- Losen upper bounds for Stackage inclusion (aeson 0.11 compat)
+
 ## v0.2.2.0
 
 - Retrieve single GIFs via GifId.
diff --git a/giphy-api.cabal b/giphy-api.cabal
--- a/giphy-api.cabal
+++ b/giphy-api.cabal
@@ -1,5 +1,5 @@
 name: giphy-api
-version: 0.2.2.0
+version: 0.2.3.0
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
@@ -27,7 +27,7 @@
         base >=4.7 && <5,
         text <1.3,
         network-uri <2.7,
-        aeson <0.10,
+        aeson <0.12,
         containers <0.6,
         either <4.5,
         microlens <0.5,
@@ -69,7 +69,7 @@
         text <1.3,
         network-uri <2.7,
         giphy-api <0.3,
-        aeson <0.10,
+        aeson <0.12,
         basic-prelude <0.6,
         bytestring <0.11,
         containers <0.6,
