From 36a7094bc91498c7e3250f464c11cbbd983c16ce Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Wed, 31 Jul 2024 21:29:50 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.0.4=20=E2=86=92=202.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11508e9..d408e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.0.5 (2024-07-31) + +### Fix + +- 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", ]