From a613a27d9376a8d6f97a24f8b59ae47205d21770 Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Mon, 16 Oct 2023 03:49:39 +0000 Subject: [PATCH] =?UTF-8?q?build(version):=20bump=20version=200.2.1=20?= =?UTF-8?q?=E2=86=92=200.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index 2be70f1..44c1d2e 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,4 +4,4 @@ commitizen: name: cz_conventional_commits tag_format: $major.$minor.$patch$prerelease update_changelog_on_bump: true - version: 0.2.1 + version: 0.2.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 33213da..61c4b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.2 (2023-10-16) + +### Bug Fixes + +- **execution_environment**: [26fb79d4](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/26fb79d44cc06eb50ec750a5d82bab158af5cd11) - ansible runner required [ [!93](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/93) ] + ## 0.2.1 (2023-09-02) ### Bug Fixes