diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,15 @@
 
 `tasty-hslua` uses [PVP Versioning][].
 
+## tasty-hslua-1.0.2
+
+Released 2022-02-19.
+
+-   Relaxed upper bound, allowing hslua-core-2.2.\*.
+
 ## tasty-hslua-1.0.1
 
-Released 29-01-2022.
+Released 2022-01-29.
 
 -   Update to hslua-core-2.1.0.
 
diff --git a/tasty-hslua.cabal b/tasty-hslua.cabal
--- a/tasty-hslua.cabal
+++ b/tasty-hslua.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                tasty-hslua
-version:             1.0.1
+version:             1.0.2
 synopsis:            Tasty helpers to test HsLua.
 description:         Various tasty helpers and utilities to test HsLua
                      oparations. Built on top of tasty-hunit.
@@ -31,7 +31,7 @@
 common common-options
   default-language:    Haskell2010
   build-depends:       base          >= 4.8    && < 5
-                     , hslua-core    >= 2.0    && < 2.2
+                     , hslua-core    >= 2.0    && < 2.3
                      , bytestring    >= 0.10.2 && < 0.12
   ghc-options:         -Wall
                        -Wincomplete-record-updates
