diff --git a/CHANGELOG.md b/CHANGELOG.md index 35345f5..399543a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.3.0 (2024-10-16) + +### Feat + +- release +- release + ## v0.2.0 (2024-10-11) ### Feat diff --git a/pyproject.toml b/pyproject.toml index baca977..8801cdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "taskiq-sqs" description = "" authors = ["Taskiq team "] maintainers = ["Taskiq team "] -version = "0.2.0" +version = "0.3.0" readme = "README.md" license = "LICENSE" classifiers = [ @@ -46,7 +46,7 @@ black = "^23.1.0" [tool.commitizen] name = "cz_conventional_commits" -version = "0.2.0" +version = "0.3.0" tag_format = "v$version" version_files = [ "pyproject.toml:version"