diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+0.8.8
+-----
+* Raise upper bounds of dependencies
+
 0.8.7
 -----
 * Fixing build failure of tasty 0.8.1.3
diff --git a/cabal-bounds.cabal b/cabal-bounds.cabal
--- a/cabal-bounds.cabal
+++ b/cabal-bounds.cabal
@@ -1,5 +1,5 @@
 name: cabal-bounds
-version: 0.8.7
+version: 0.8.8
 cabal-version: >=1.9.2
 build-type: Simple
 license: BSD3
@@ -68,7 +68,7 @@
     build-depends:
         base >=3 && <5,
         cmdargs >=0.10.5 && <0.11,
-        lens >=4.0.1 && <4.5,
+        lens >=4.0.1 && <4.6,
         strict >=0.3.2 && <0.4,
         unordered-containers >=0.2.3.3 && <0.3,
         transformers >=0.3.0.0 && <0.5,
