Skip to content

Commit

Permalink
prepare v2.3.0 release 馃殌
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Mar 17, 2024
1 parent 3a6abf2 commit b0093de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

All notable changes to this project will be documented in this file.

## Unreleased
## [2.3.0]

- Run honeypot + spinner checks and their callback also if timestamp triggers but passes through (#132)
- Mark as spam requests with no spinner value (#134)

## [2.2.0]

Expand Down Expand Up @@ -140,6 +141,7 @@ All notable changes to this project will be documented in this file.

- First version of controller filters

[2.3.0]: https://github.com/markets/invisible_captcha/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/markets/invisible_captcha/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/markets/invisible_captcha/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/markets/invisible_captcha/compare/v1.1.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/invisible_captcha/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module InvisibleCaptcha
VERSION = "2.2.0"
VERSION = "2.3.0"
end

0 comments on commit b0093de

Please sign in to comment.