diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,16 @@
 
 `hslua-packaging` uses [PVP Versioning][].
 
+## hslua-packaging-2.2.0
+
+Released 2022-02-19.
+
+-   Require versions 2.2 for hslua-core, hslua-marshalling,
+    hslua-objectorientation.
+
 ## hslua-packaging-2.1.0
 
-Released 29-01-2022.
+Released 2022-01-29.
 
 -   Added function `documentation`: The documented function
     `documentation` is added and exported from module
diff --git a/hslua-packaging.cabal b/hslua-packaging.cabal
--- a/hslua-packaging.cabal
+++ b/hslua-packaging.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                hslua-packaging
-version:             2.1.0
+version:             2.2.0
 synopsis:            Utilities to build Lua modules.
 description:         Utilities to package up Haskell functions and
                      values into a Lua module.
@@ -35,9 +35,9 @@
 common common-options
   default-language:    Haskell2010
   build-depends:       base                    >= 4.8    && < 5
-                     , hslua-core              >= 2.1    && < 2.2
-                     , hslua-marshalling       >= 2.1    && < 2.2
-                     , hslua-objectorientation >= 2.1    && < 2.2
+                     , hslua-core              >= 2.2    && < 2.3
+                     , hslua-marshalling       >= 2.2    && < 2.3
+                     , hslua-objectorientation >= 2.2    && < 2.3
                      , mtl                     >= 2.2    && < 2.3
                      , text                    >= 1.2    && < 2.1
   ghc-options:         -Wall
