diff --git a/CHANGELOG.md b/CHANGELOG.md index fbdd1cc08..843605019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/). +## v9.3.1 (2024-07-03) + +### Fix + +- pass `--skip-tasks` flag to worker (#1688) + ## v9.3.0 (2024-07-01) ### Feat diff --git a/pyproject.toml b/pyproject.toml index f456f8e04..b8b9e9cea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -168,7 +168,7 @@ annotated_tag = true changelog_incremental = true tag_format = "v$version" update_changelog_on_bump = true -version = "9.3.0" +version = "9.3.1" [build-system] requires = ["poetry-core>=1.7.0", "poetry-dynamic-versioning>=1.1.0"]