diff --git a/CHANGELOG.md b/CHANGELOG.md index 11508e9..1418c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.5 (2024-08-01) + +### Fix + +- run playwright report upload even if tests fail +- remove build_img var, replace with omitting image_name var +- add option to upload playwright traces.zip for debugging + ## 2.0.4 (2024-07-27) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 3746efa..20011a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ docs = [ ] [tool.commitizen] name = "cz_conventional_commits" -version = "2.0.4" +version = "2.0.5" version_files = [ "pyproject.toml:version", ]