From 9866dc8407bf6076e2b0ca76b4f7d18275382b52 Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Thu, 8 Feb 2024 15:33:37 +0000 Subject: [PATCH] =?UTF-8?q?build(version):=20bump=20version=200.12.0=20?= =?UTF-8?q?=E2=86=92=200.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index d391b13..efeed8c 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.12.0 + version: 0.13.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index ac2dc1f..e915d99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.13.0 (2024-02-08) + +### Features + +- **receptor**: [513a7344](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/513a7344afafbcedf880af011108b71a4c1d7b92) - update to dev -> v1.4.4 [ [!212](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/212) [#27](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/issues/27) ] +- **ansible_playbooks**: [687b3cb4](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/687b3cb45756b229ae2e4a61245b271000f6399e) - updated submodule ansible_playbooks [ [!211](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/211) ] + ## 0.12.0 (2024-02-07) ### Features