diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 `hslua-module-version` uses [PVP Versioning][].
 
+## hslua-module-version-1.0.2
+
+Released 2022-02-19.
+
+-   Relax upper bounds, allowing hslua-core-2.2.*,
+    hslua-marshalling-2.2.\* and hslua-packaging-2.2.\*.
+
 ## hslua-module-version-1.0.1
 
 -   Relaxed upper bound of hslua-core, hslua-marshalling, and
diff --git a/hslua-module-version.cabal b/hslua-module-version.cabal
--- a/hslua-module-version.cabal
+++ b/hslua-module-version.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                hslua-module-version
-version:             1.0.1
+version:             1.0.2
 synopsis:            Lua module to work with version specifiers.
 description:         Wrapper for the Data.Version.Version Haskell type.
 homepage:            https://hslua.org/
@@ -32,9 +32,9 @@
 common common-options
   build-depends:       base              >= 4.9.1  && < 5
                      , filepath          >= 1.4    && < 1.5
-                     , hslua-core        >= 2.0    && < 2.2
-                     , hslua-marshalling >= 2.0    && < 2.2
-                     , hslua-packaging   >= 2.1    && < 2.2
+                     , hslua-core        >= 2.1    && < 2.3
+                     , hslua-marshalling >= 2.1    && < 2.3
+                     , hslua-packaging   >= 2.1    && < 2.3
                      , text              >= 1.2    && < 2.1
 
   ghc-options:         -Wall
