diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for tasty-lua
 
+## 0.2.3.2 -- 2021-01-11
+
+- Relaxed upper bound for tasty, allowing `tasty-1.4.*`.
+
 ## 0.2.3.1 -- 2020-10-16
 
 - Relaxed upper bound for hslua, allow `hslua-1.3.*`.
diff --git a/tasty-lua.cabal b/tasty-lua.cabal
--- a/tasty-lua.cabal
+++ b/tasty-lua.cabal
@@ -1,5 +1,5 @@
 name:                tasty-lua
-version:             0.2.3.1
+version:             0.2.3.2
 synopsis:            Write tests in Lua, integrate into tasty.
 description:         Allow users to define tasty tests from Lua.
 homepage:            https://github.com/hslua/tasty-lua
@@ -31,7 +31,7 @@
                      , bytestring  >= 0.10.2 && < 0.11
                      , file-embed  >= 0.0    && < 0.1
                      , hslua       >= 1.0.3  && < 1.4
-                     , tasty       >= 1.2    && < 1.4
+                     , tasty       >= 1.2    && < 1.5
                      , text        >= 1.0    && < 1.3
   exposed-modules:     Test.Tasty.Lua
                      , Test.Tasty.Lua.Core
