diff --git a/aws-cloudfront-signed-cookies.cabal b/aws-cloudfront-signed-cookies.cabal
--- a/aws-cloudfront-signed-cookies.cabal
+++ b/aws-cloudfront-signed-cookies.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: aws-cloudfront-signed-cookies
-version: 0.2.0.9
+version: 0.2.0.10
 
 synopsis: Generate signed cookies for AWS CloudFront
 category: Network, AWS, Cloud
@@ -94,6 +94,7 @@
         || ^>= 4.18
         || ^>= 4.19
         || ^>= 5
+        || ^>= 5.1
     , lens-aeson
            ^>= 1.0.2
         || ^>= 1.1
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -32,3 +32,7 @@
 - Support Aeson 2.0
 - Remove unordered-containers dependency
 - [Fix test suite on macos](https://github.com/typeclasses/aws-cloudfront-signed-cookies/issues/2)
+
+## 0.2.0.10 - 2021-11-17
+
+- Support lens 5.1
