Skip to content

Commit

Permalink
prepare v2.2.0 release 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Feb 4, 2024
1 parent 2a61846 commit 6a19a93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [2.2.0]

- Official support for Rails 7.1
- Fix flash message for `on_timestamp_spam` callback (#125)
- Fix potential error when lookup the honeypot parameter using (#128)

## [2.1.0]

- Drop official support for EOL Rubies: 2.5 and 2.6
Expand Down Expand Up @@ -130,6 +136,7 @@ All notable changes to this project will be documented in this file.

- First version of controller filters

[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
[1.1.0]: https://github.com/markets/invisible_captcha/compare/v1.0.1...v1.1.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.1.0"
VERSION = "2.2.0"
end

0 comments on commit 6a19a93

Please sign in to comment.