diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a0b3d..6392308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # TestEZ Changelog ## Unreleased Changes -* `afterEach` blocks now run their code after `it` blocks fail or error +## 0.4.1 (2020-10-30) +* `afterEach` blocks now run their code after `it` blocks fail or error ## 0.4.0 (2020-10-02) * Added `expect.extend` which allows projects to register their own, opinionated expectations that integrates into `expect`. ([#142](https://github.com/Roblox/testez/pull/142)) diff --git a/rotriever.toml b/rotriever.toml index af7422a..a19a4a7 100644 --- a/rotriever.toml +++ b/rotriever.toml @@ -3,4 +3,4 @@ name = "roblox/testez" author = "Roblox" license = "Apache2" content_root = "src" -version = "0.4.0" +version = "0.4.1"