Skip to content

Commit

Permalink
Prepare 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
curry684 committed Nov 10, 2023
1 parent c17f6e1 commit ba0e32b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit ba0e32b

Please sign in to comment.