From 3d2d759d6b1cde01771ca46e846f943af3319ba2 Mon Sep 17 00:00:00 2001 From: nfc-bot Date: Thu, 3 Jul 2025 22:55:51 +0000 Subject: [PATCH] build: bump version 1.17.1 -> 1.18.0 --- .cz.yaml | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index 17b4e492..c4ba9776 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -17,5 +17,5 @@ commitizen: prerelease_offset: 1 tag_format: $version update_changelog_on_bump: false - version: 1.17.1 + version: 1.18.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7fb96b..27c4246a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.18.0 (2025-07-03) + +### feat + +- **python**: upgrade django 5.1.9 -> 5.1.10 + +### Fixes + +- **itim**: Correct config that is in the incorrect format + ## 1.17.1 (2025-06-02) ### Fixes