diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,7 @@
+# 1.1.25
+
+- Increase the upper bound of `aeson`.
+
 # 1.1.24
 
 - Increase upper bound of `aeson`.
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.24
+version: 1.1.25
 license: GPL-3
 license-file: LICENSE
 author: Oliver Charles
@@ -27,7 +27,7 @@
   exposed-modules:
     Text.Digestive.Aeson
   build-depends:
-    aeson >= 0.7 && < 1.4,
+    aeson >= 0.7 && < 1.5,
     base >= 4.5 && < 5,
     containers >= 0.5,
     digestive-functors >= 0.7 && < 0.9,
