diff --git a/.cz.yaml b/.cz.yaml index b948d24..516d813 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -3,5 +3,5 @@ commitizen: changelog_incremental: true name: cz_conventional_commits update_changelog_on_bump: true - version: 1.8.2 + version: 1.9.0 version_scheme: semver2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba6ccc..d6f0538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.9.0 (2025-03-10) + +### Fix + +- Allow GenericLFI_Body matches for known upload paths. (TBE-137) (#28) + ## 1.8.2 (2025-01-29) ### Fix