From b0b227a8efa53b1029fef73f9eb2b7633ab73a76 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Mon, 29 Apr 2024 18:07:44 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.5.0=20=E2=86=92=201.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91e821c..e8dd2c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.5.1 (2024-04-29) + +### Fix + +- add WITH_MONITORING as image build arg until pass in fixed + ## 1.5.0 (2024-04-10) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 37f1801..cc78625 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ docs = [ ] [tool.commitizen] name = "cz_conventional_commits" -version = "1.5.0" +version = "1.5.1" version_files = [ "pyproject.toml:version", ]