diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,12 +1,5 @@
 # Changelog
 
-All notable changes to this package will be documented in this file.
-
-The format is based on
-[Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
-and this project adheres to the
-[Haskell Package Versioning Policy](https://pvp.haskell.org/).
-
 ## 1.0.0.0 - 2018-12-20
 
 - Initial release
@@ -28,3 +21,7 @@
 ## 1.0.1.6 - 2021-02-10
 
 Raise bound to allow `aeson-1.5`
+
+## 1.0.1.8 - 2021-03-08
+
+Raise bound to allow `lens-5.0`
diff --git a/license.txt b/license.txt
--- a/license.txt
+++ b/license.txt
@@ -1,4 +1,4 @@
-Copyright 2021 Mission Valley Software LLC
+Copyright 2019-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,7 @@
+cabal-version: 2.0
+
 name: stripe-wreq
-version: 1.0.1.6
+version: 1.0.1.8
 
 synopsis: Use the Stripe API via Wreq
 category: Web
@@ -19,12 +21,11 @@
 author:     Chris Martin
 maintainer: Chris Martin, Julie Moronuki
 
-copyright: 2019 Typeclass Consulting, LLC
+copyright: 2019-2021 Mission Valley Software LLC
 license: MIT
 license-file: license.txt
 
 build-type: Simple
-cabal-version: >=1.10
 tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.3, GHC==8.8.1, GHC==8.10.1
 
 extra-source-files:
@@ -38,11 +39,11 @@
         Stripe.Wreq
 
     build-depends:
-        aeson >=1.4 && <1.6
-      , base >=4.10 && <4.15
-      , bytestring >=0.10 && <0.11
-      , lens >=4.17 && <4.20
-      , stripe-concepts >=1.0 && <1.1
-      , text >=1.2 && <1.3
-      , unordered-containers >=0.2 && <0.3
-      , wreq >=0.5 && <0.6
+        aeson ^>= 1.4 || ^>= 1.5
+      , base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14
+      , bytestring ^>= 0.10
+      , lens >= 4.17 && < 5.1
+      , stripe-concepts ^>= 1.0
+      , text ^>= 1.2
+      , unordered-containers ^>= 0.2
+      , wreq ^>= 0.5
