Skip to content

Commit

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

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

## [2.1.0]

- Drop official support for EOL Rubies: 2.5 and 2.6
- Allow random honeypots to be scoped (#117)

## [2.0.0]

- New spinner, IP based, validation check (#89)
Expand Down Expand Up @@ -125,6 +130,7 @@ All notable changes to this project will be documented in this file.

- First version of controller filters

[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
[1.0.1]: https://github.com/markets/invisible_captcha/compare/v1.0.0...v1.0.1
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.0.0"
VERSION = "2.1.0"
end

0 comments on commit b141458

Please sign in to comment.