diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -18,3 +18,7 @@
 ## 1.0.0.4 - 2020-05-20
 
 Support GHC 8.10
+
+## 1.0.0.6 - 2021-02-10
+
+Raise bounds to allow `aeson-1.5` and `scotty-0.12`
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-scotty.cabal b/stripe-scotty.cabal
--- a/stripe-scotty.cabal
+++ b/stripe-scotty.cabal
@@ -1,5 +1,5 @@
 name: stripe-scotty
-version: 1.0.0.4
+version: 1.0.0.6
 
 synopsis: Listen for Stripe webhook events with Scotty
 category: Web
@@ -34,11 +34,11 @@
         Stripe.Scotty
 
     build-depends:
-        aeson >=1.4 && <1.5
+        aeson >=1.4 && <1.6
       , base >=4.10 && <4.15
       , bytestring >=0.10 && <0.11
       , http-types >=0.12 && <0.13
-      , scotty >=0.11 && <0.12
+      , scotty >=0.11 && <0.13
       , stripe-concepts >=1.0 && <1.1
       , stripe-signature >=1.0 && <1.1
       , text >=1.2 && <1.3
