diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -24,3 +24,7 @@
 ## 1.0.1.4 - 2020-05-20
 
 Support GHC 8.10
+
+## 1.0.1.6 - 2021-02-10
+
+Raise bound to allow `aeson-1.5`
diff --git a/license.txt b/license.txt
--- a/license.txt
+++ b/license.txt
@@ -1,4 +1,4 @@
-Copyright 2019 Typeclass Consulting, LLC
+Copyright 2021 Mission Valley Software LLC
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
diff --git a/stripe-wreq.cabal b/stripe-wreq.cabal
--- a/stripe-wreq.cabal
+++ b/stripe-wreq.cabal
@@ -1,5 +1,5 @@
 name: stripe-wreq
-version: 1.0.1.4
+version: 1.0.1.6
 
 synopsis: Use the Stripe API via Wreq
 category: Web
@@ -38,7 +38,7 @@
         Stripe.Wreq
 
     build-depends:
-        aeson >=1.4 && <1.5
+        aeson >=1.4 && <1.6
       , base >=4.10 && <4.15
       , bytestring >=0.10 && <0.11
       , lens >=4.17 && <4.20
