From 57eb102843f768c07a18952f5b067f7bc46ea7a8 Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Sat, 9 Dec 2023 14:14:43 +0000 Subject: [PATCH] =?UTF-8?q?build(version):=20bump=20version=200.8.1=20?= =?UTF-8?q?=E2=86=92=200.9.0?= 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 8cf12ff..103a03e 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.8.1 + version: 0.9.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e8538f4..fca5539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.9.0 (2023-12-09) + +### Features + +- **ansible-roles**: [63911dfb](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/63911dfb3e481642465ab4764050dd3f96732d89) - updated submodule ansible-roles + ## 0.8.1 (2023-12-09) ### Bug Fixes