diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,10 @@
-2.1.1
------
-* Fix cabal package description for Installation
+2.2.0
+------------
+* Support Cabal 2.4 and ghc 8.6
 
-2.1.0
+2.1.*
 -----
-* Support Cabal 2.4 and ghc 8.6
+Deprecated versions of cabal-bounds
 
 2.0.0
 -----
diff --git a/cabal-bounds.cabal b/cabal-bounds.cabal
--- a/cabal-bounds.cabal
+++ b/cabal-bounds.cabal
@@ -1,6 +1,6 @@
 cabal-version: >=1.9.2
 name: cabal-bounds
-version: 2.1.1
+version: 2.2.0
 license: BSD3
 license-file: LICENSE
 maintainer: daniel.trstenjak@gmail.com
@@ -44,10 +44,7 @@
     Perhaps the currently most annoying thing is, that you have to live with the reformating of your
     'cabal' file done by the pretty printer of the 'Cabal' library.
     .
-    To reformat your 'cabal' file without changing any bounds you can call 'cabal-bounds' with the name of
-    a section that isn't present in the 'cabal' file:
-    .
-    > $ cabal-bounds drop --executable=blub
+    To only reformat your `cabal` file you can call `cabal-bounds format`.
 category: Utils, Development
 build-type: Simple
 extra-source-files:
@@ -105,7 +102,7 @@
         strict >=0.3.2 && <0.4,
         unordered-containers >=0.2.3.3 && <0.3,
         transformers >=0.3.0.0 && <0.6,
-        cabal-lenses >=0.8.0 && <0.9,
+        cabal-lenses >=0.8.0 && <1.0,
         Cabal >=2.2.0.0 && <2.5,
         filepath >=1.3 && <1.5,
         directory >=1.2 && <1.4,
