diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 `hslua-module-paths` uses [PVP Versioning][].
 
+## hslua-module-path-1.0.2
+
+Released 2022-02-19.
+
+-   Adjusted package bounds, for hslua-core, hslua-marshalling,
+    and hslua-packaging.
+
 ## hslua-module-path-1.0.1
 
 -   Bumped upper bound of hslua-core and hslua-marshalling to
diff --git a/hslua-module-path.cabal b/hslua-module-path.cabal
--- a/hslua-module-path.cabal
+++ b/hslua-module-path.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                hslua-module-path
-version:             1.0.1
+version:             1.0.2
 synopsis:            Lua module to work with file paths.
 description:         Lua module to work with file paths in a platform
                      independent way.
@@ -33,9 +33,9 @@
 common common-options
   build-depends:       base              >= 4.9.1  && < 5
                      , filepath          >= 1.4    && < 1.5
-                     , hslua-core        >= 2.1    && < 2.2
-                     , hslua-marshalling >= 2.0    && < 2.2
-                     , hslua-packaging   >= 2.0    && < 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
