From ba825f185a5af197ce9ce6d131caf953578586f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 29 Oct 2024 17:11:29 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.1.0=20=E2=86=92=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) 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