diff --git a/Changelog.md b/Changelog.md
new file mode 100644
--- /dev/null
+++ b/Changelog.md
@@ -0,0 +1,3 @@
+# 1.1.19
+
+- Builds with `aeson-0.11`.
diff --git a/digestive-functors-aeson.cabal b/digestive-functors-aeson.cabal
--- a/digestive-functors-aeson.cabal
+++ b/digestive-functors-aeson.cabal
@@ -1,6 +1,6 @@
 name: digestive-functors-aeson
 category: Web, JSON
-version: 1.1.18
+version: 1.1.19
 license: GPL-3
 license-file: LICENSE
 author: Oliver Charles
@@ -16,6 +16,7 @@
   JSON document that has been parsed by Aeson.
   .
   For changes, please see http://github.com/ocharles/changelog.md
+extra-source-files: Changelog.md
 
 source-repository head
   type: git
@@ -26,7 +27,7 @@
   exposed-modules:
     Text.Digestive.Aeson
   build-depends:
-    aeson >= 0.7 && < 0.11,
+    aeson >= 0.7 && < 0.12,
     base >= 4.5 && < 4.9,
     containers >= 0.5,
     digestive-functors >= 0.7 && < 0.9,
