From ba0e32bf69b0f20767b2d783bd410d30453d3fbe Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Fri, 10 Nov 2023 23:06:53 +0100 Subject: [PATCH] Prepare 0.1.2 release --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52e4639..1ae4481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,15 @@ All notable changes to `omines\antispam-bundle` will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -Nothing yet. + +## [0.1.2] - 2023-11-10 +### Added + - Add AntiSpamEvents::VALIDATOR_VIOLATION event allowing inspection or cancellation of + spam-related violations + - Implement passive mode on validators: will still detect, not fail + +### Changed + - Adjust default timer field to something generic (#6) (@kbond) ## [0.1.1] - 2023-11-10 ### Fixed @@ -12,5 +20,6 @@ Nothing yet. ## 0.1.0 - 2023-11-10 First public release. -[Unreleased]: https://github.com/omines/antispam-bundle/compare/0.1.1...master +[Unreleased]: https://github.com/omines/antispam-bundle/compare/0.1.2...master +[0.1.2]: https://github.com/omines/antispam-bundle/compare/0.1.1...0.1.2 [0.1.1]: https://github.com/omines/antispam-bundle/compare/0.1.0...0.1.1