diff --git a/CHANGELOG.md b/CHANGELOG.md index f086612..48445be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.3.5 (2023-12-08) + +### Feat + +- access run mode from experiment + ## v1.3.4 (2023-12-07) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 4812070..5e2e6d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ warn_unused_ignores = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.3.4" +version = "1.3.5" changelog_start_rev = "0.15.0" tag_format = "v$version" update_changelog_on_bump = true