diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,16 @@
 
 `tasty-lua` uses [PVP Versioning][].
 
+## tasty-lua-1.0.2
+
+Released 2022-02-19.
+
+-   Relaxed upper bound for hslua-\* packages to allow 2.2
+    versions.
+
 ## tasty-lua-1.0.1
 
-Released 29-01-2022.
+Released 2022-01-29.
 
 -   Support for property testing: the new functions `forall` and a
     set of generators are provided for property testing. The table
diff --git a/tasty-lua.cabal b/tasty-lua.cabal
--- a/tasty-lua.cabal
+++ b/tasty-lua.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                tasty-lua
-version:             1.0.1
+version:             1.0.2
 synopsis:            Write tests in Lua, integrate into tasty.
 description:         Allow users to define tasty tests from Lua.
 homepage:            https://github.com/hslua/hslua
@@ -32,8 +32,8 @@
   default-language:    Haskell2010
   build-depends:       base              >= 4.8    && < 5
                      , bytestring        >= 0.10.2 && < 0.12
-                     , hslua-core        >= 2.0    && < 2.2
-                     , hslua-marshalling >= 2.0    && < 2.2
+                     , hslua-core        >= 2.0    && < 2.3
+                     , hslua-marshalling >= 2.0    && < 2.3
                      , lua-arbitrary     >= 1.0    && < 1.1
                      , tasty             >= 1.2    && < 1.5
                      , QuickCheck        >= 2.9    && < 2.15
