From e07b244bd9c0e0214832289ad708754d7489c55b Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Sun, 5 Nov 2023 09:30:37 +0000 Subject: [PATCH] =?UTF-8?q?build(version):=20bump=20version=200.4.0rc1=20?= =?UTF-8?q?=E2=86=92=200.4.0rc2?= 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 91fc31d..9eca7e8 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.4.0rc1 + version: 0.4.0rc2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2877cde..674a9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.0rc2 (2023-11-05) + +### Features + +- **ansible-roles**: [7cb057b1](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/7cb057b120ac5c5e14c655bf5dc9ab955967a84b) - updated submodule ansible-roles [ [!105](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/105) ] + ## 0.4.0rc1 (2023-11-05) ### Features