diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,10 @@
+## 1.0.14
+
+### Other Changes
+
+* Increased the upper bound of `aeson` to allow < 1.5.
+
+
 ## 1.0.13
 
 ### Other Changes
diff --git a/ekg-bosun.cabal b/ekg-bosun.cabal
--- a/ekg-bosun.cabal
+++ b/ekg-bosun.cabal
@@ -1,5 +1,5 @@
 name: ekg-bosun
-version: 1.0.13
+version: 1.0.14
 synopsis: Send ekg metrics to a Bosun instance
 homepage: http://github.com/ocharles/ekg-bosun
 license: BSD3
@@ -19,7 +19,7 @@
   exposed-modules: System.Remote.Monitoring.Bosun
   other-extensions: OverloadedStrings
   build-depends:
-    aeson >= 0.7 && < 1.4,
+    aeson >= 0.7 && < 1.5,
     base >=4.7 && <4.12,
     ekg-core >=0.1 && <0.2,
     http-client >= 0.3.7 && < 0.6,
