diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d5e2fb..4c21391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # TestEZ Changelog ## Unreleased Changes + +## 0.3.3 (2020-09-25) * Remove the lifecycle hooks from the session tree. This prevents the `[?]` spam from the reporter not recognizing these nodes. ## 0.3.2 (2020-08-10) diff --git a/rotriever.toml b/rotriever.toml index b0a8887..17accd3 100644 --- a/rotriever.toml +++ b/rotriever.toml @@ -3,4 +3,4 @@ name = "roblox/testez" author = "Roblox" license = "Apache2" content_root = "src" -version = "0.3.2" +version = "0.3.3"