From d9340483e1205efec6951ae62edfabcb8fcc2544 Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Mon, 6 Nov 2023 08:34:14 +0000 Subject: [PATCH] =?UTF-8?q?build(version):=20bump=20version=200.1.0rc3=20?= =?UTF-8?q?=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index 71b8ed8..4c9b9c4 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.1.0rc3 + version: 0.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 966c6e6..381c07b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.1.0 (2023-11-06) + +### Bug Fixes + +- **ci**: [cab22ceb](https://gitlab.com/nofusscomputing/projects/docker-mail/-/commit/cab22cebfa98d50774b4b433fed5f1727f596a26) - added automation config [ [!13](https://gitlab.com/nofusscomputing/projects/docker-mail/-/merge_requests/13) ] + +### Continious Integration + +- **automagic**: [b1b5fc20](https://gitlab.com/nofusscomputing/projects/docker-mail/-/commit/b1b5fc20606dc0d87d860ae5ee64559307c6f3ea) - use template automagic for jobs [ [!12](https://gitlab.com/nofusscomputing/projects/docker-mail/-/merge_requests/12) [#5](https://gitlab.com/nofusscomputing/projects/docker-mail/-/issues/5) ] + ## 0.1.0rc3 (2023-05-24) ### Bug Fixes