diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.0.2
+
+- Expand version bounds to include aeson v1.5.0.
+
 # 0.1.0.1
 
 - Expand version bounds to include time v1.10.
diff --git a/bugsnag-hs.cabal b/bugsnag-hs.cabal
--- a/bugsnag-hs.cabal
+++ b/bugsnag-hs.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 1ad231b04c63b571c10445d1244a6efaf8e00b2af8fdff6b9894dfbbfc07dcd9
+-- hash: 425dcd060d1fbbdde18f005b8ea41b023bd4423ee9b8f2a54c7386295b16ad29
 
 name:           bugsnag-hs
-version:        0.1.0.1
+version:        0.1.0.2
 synopsis:       A Bugsnag client for Haskell.
 description:    Please see the README at <https://github.com/jwoudenberg/bugsnag-hs>.
 category:       Web
@@ -38,7 +38,7 @@
   hs-source-dirs:
       src
   build-depends:
-      aeson >=1.2.4.0 && <1.5
+      aeson >=1.2.4.0 && <1.6
     , auto-update >=0.1.4 && <0.2
     , base >=4.10.1.0 && <5
     , bytestring >=0.10.8.2 && <0.11
@@ -59,7 +59,7 @@
   hs-source-dirs:
       test
   build-depends:
-      aeson >=1.2.4.0 && <1.5
+      aeson >=1.2.4.0 && <1.6
     , base >=4.10.1.0 && <5
     , bugsnag-hs
     , bytestring >=0.10.8.2 && <0.11
