diff --git a/.cz.yaml b/.cz.yaml index e25fc43..40038ac 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.0.0 + version: 1.1.0 version_scheme: semver2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 978e72c..5ec8a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ 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.1.0 (2024-12-18) + +### Feat + +- Added top paths blocks to blocked, rate limited, and counted sections. (#4) + +### Fix + +- Updated blocked requests over time to include requests blocked by managed rules. + ## 1.0.0 (2024-11-25) ### Feat