From 006bb232d503bc06090e853fab28f16009062e7e Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Sat, 28 Oct 2023 06:22:34 +0000 Subject: [PATCH] =?UTF-8?q?build(version):=20bump=20version=200.3.0=20?= =?UTF-8?q?=E2=86=92=200.4.0rc0?= 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 2a3292a..3e60ba3 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.3.0 + version: 0.4.0rc0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f54fe2..d6d4c83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.0rc0 (2023-10-28) + +### Features + +- **ansible-roles**: [b59ea1c8](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/b59ea1c8160039bdcb744bb5c2463851bc40cfc6) - updated submodule ansible-roles [ [!100](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/100) ] + ## 0.3.0 (2023-10-21) ### Features