diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,11 @@
+# 1.1.4
+
+## Other Changes
+
+* Increase the upper bound of `base`.
+
+---
+
 # 1.1.3
 
 ## Other Changes
diff --git a/snap-error-collector.cabal b/snap-error-collector.cabal
--- a/snap-error-collector.cabal
+++ b/snap-error-collector.cabal
@@ -1,5 +1,5 @@
 name: snap-error-collector
-version: 1.1.3
+version: 1.1.4
 synopsis: Collect errors in batches and dispatch them
 homepage: http://github.com/ocharles/snap-error-collector
 license: BSD3
@@ -14,7 +14,7 @@
 library
   exposed-modules: Snap.ErrorCollector
   build-depends:
-    base >=4.7 && <4.10,
+    base >=4.7 && <4.11,
     async >= 2.0.1.6 && < 2.2,
     containers >= 0.5.5.1 && < 0.6,
     lifted-base >= 0.1 && < 0.3,
