CHANGELOG.md in acts_as_textcaptcha-4.5.1 vs CHANGELOG.md in acts_as_textcaptcha-4.5.2

- old
+ new

@@ -7,10 +7,17 @@ ## [Unreleased] - Your contribution here! +## [4.5.2] - 2021-01-28 +### Changed +- CI covers Latest Rails version 6,5,4 and Ruby 3,2.7,2.6,2.5 +### Removed +- Support for Ruby < 2.5 (EOL versions not supported) +- No longer testing against Rails 3 in CI + ## [4.5.1] - 2020-01-28 ### Fixed - add Rails Railtie to fix rake task loading ### Removed - Support for Ruby < 2.4 (EOL versions not supported) @@ -86,10 +93,11 @@ ### Changed - Using a cache store to persist answers between requests. - README updated. - Test coverage improved. -[Unreleased]: https://github.com/matthutchinson/acts_as_textcaptcha/compare/v4.5.1...HEAD +[Unreleased]: https://github.com/matthutchinson/acts_as_textcaptcha/compare/v4.5.2...HEAD +[4.5.2]: https://github.com/matthutchinson/acts_as_textcaptcha/compare/v4.5.1...v4.5.2 [4.5.1]: https://github.com/matthutchinson/acts_as_textcaptcha/compare/v4.5.0...v4.5.1 [4.5.0]: https://github.com/matthutchinson/acts_as_textcaptcha/compare/v4.4.1...v4.5.0 [4.4.1]: https://github.com/matthutchinson/acts_as_textcaptcha/compare/v4.3.0...v4.4.1 [4.3.0]: https://github.com/matthutchinson/acts_as_textcaptcha/compare/v4.2.0...v4.3.0 [4.2.0]: https://github.com/matthutchinson/acts_as_textcaptcha/compare/v4.1.3...v4.2.0