From 21af00065ec59f208b0b8626329c730889d14d28 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Mon, 22 Jan 2024 16:31:25 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.4.3=20=E2=86=92=201.4.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f86d623..6c4495c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.4.4 (2024-01-22) + +### Fix + +- update test_compose for optional test coverage upload + +### Refactor + +- update git user for wiki sync workflow + ## 1.4.3 (2024-01-21) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 23b237b..9b7af39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ docs = [ ] [tool.commitizen] name = "cz_conventional_commits" -version = "1.4.3" +version = "1.4.4" version_files = [ "pyproject.toml:version", ]