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