From 607da69bcf0f67f786ea414f1fcb48b9ff6e9267 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:43:46 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0=20=E2=86=92=201.1.0=20(?= =?UTF-8?q?#5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .cz.yaml | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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