diff --git a/CHANGELOG.md b/CHANGELOG.md index 64bba7d..5f20616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] @@ -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 diff --git a/lib/invisible_captcha/version.rb b/lib/invisible_captcha/version.rb index dbddece..dd423ad 100644 --- a/lib/invisible_captcha/version.rb +++ b/lib/invisible_captcha/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module InvisibleCaptcha - VERSION = "2.2.0" + VERSION = "2.3.0" end