diff --git a/CHANGELOG.md b/CHANGELOG.md index 998b7d0..fd8f22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,17 +14,19 @@
-## Unreleased +## v0.2.0 (2024-10-03) ### ✨ New features -- **action**: updated this action from Docker to Composite type *(Tomas Sebestik - 385fb14)* +- **action**: updated this action from Docker to Composite type *(Tomas Sebestik - 278db39)* -### 📖 Documentation +### 🐛 Bug fixes -- **caller-workflow**: add caller workflow for easy copy to target repo *(Tomas Sebestik - 7f5c835)* +- **action**: fix empty input for JIRA_PROJECT *(Tomas Sebestik - 0b1dd88)* ---- +### 📖 Documentation + +- **caller-workflow**: add caller workflow for easy copy to target repo *(Tomas Sebestik - 8c27453)* ## v0.1.1 (2024-02-14) diff --git a/pyproject.toml b/pyproject.toml index eaf87d3..f3c3d75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ name = "czespressif" tag_format = "v$version" update_changelog_on_bump = true - version = "0.1.1" + version = "0.2.0" version_files = ["sync_jira_actions/__init__.py"] version_provider = "commitizen" diff --git a/sync_jira_actions/__init__.py b/sync_jira_actions/__init__.py index df9144c..7fd229a 100644 --- a/sync_jira_actions/__init__.py +++ b/sync_jira_actions/__init__.py @@ -1 +1 @@ -__version__ = '0.1.1' +__version__ = '0.2.0'