From e60c11dafe9bdb499ad04592436a31f3d92d16de Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Sat, 9 Dec 2023 08:00:06 +0000 Subject: [PATCH] =?UTF-8?q?build(version):=20bump=20version=200.8.0=20?= =?UTF-8?q?=E2=86=92=200.8.1?= 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 55b268d..8cf12ff 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.0 + version: 0.8.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 683fb99..e8538f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.8.1 (2023-12-09) + +### Bug Fixes + +- **collection**: [b9a0e611](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/b9a0e611366d75de0f6d48bda4d91d06898935b1) - add missing postgres [ [!150](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/150) [!18](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/18) ] + ## 0.8.0 (2023-12-08) ### Features