diff --git a/.cz.yaml b/.cz.yaml index 40038ac..1bc8c0e 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.1.0 + version: 1.2.0 version_scheme: semver2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c1d4e..b8a82f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ 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.2.0 (2024-10-29) + +### Feat + +- Added rate limiting configuration. (#8) + +### Fix + +- Updated metric names. +docs: Added documentation for `ip_set_rules` and `rate_limit_rules`. + ## 1.1.0 (2024-10-18) ### Feat