From f8dcbce2e3f0404506b9f49ff9ade8ac4ce2e276 Mon Sep 17 00:00:00 2001 From: "James Armes (they/them)" Date: Tue, 29 Oct 2024 13:14:13 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 57 ++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a82f5..ace5f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,29 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -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 - +# Changelog + +All notable changes to this project will be documented in this file. + +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 - -- Allow WAF to be put into passive mode. (#4) - -## 1.0.0 (2024-10-11) - -### Feat - -- Initial release. (#1) + +## 1.1.0 (2024-10-18) + +### Feat + +- Allow WAF to be put into passive mode. (#4) + +## 1.0.0 (2024-10-11) + +### Feat + +- Initial release. (#1)