CHANGELOG.md in acts_as_textcaptcha-4.4.1 vs CHANGELOG.md in acts_as_textcaptcha-4.5.0
- old
+ new
@@ -7,10 +7,17 @@
## [Unreleased]
- Your contribution here!
+## [4.5.0] - 2019-04-22
+### Added
+- `# frozen_string_literal: true` to all Ruby files
+
+### Removed
+- Support for Ruby < 2.3 (earlier versions no longer supported)
+
## [4.4.1] - 2018-05-20
### Changed
- Fetch from JSON endpoint, rather than XML
- Regular MiniTest used for tests
- Update README, LICENSE, CHANGELOG, gemspec etc.
@@ -19,10 +26,13 @@
- Test against Rails 5.1.5
- API/network errors logged by default
- Allow API/network errors to be raised with `raise_errors` option
- Allow endpoint to be configured with `api_endpoint` option
+### Removed
+- Coveralls (now Code Climate & SimpleCov)
+
## [4.3.0] - 2018-02-18
### Changed
- Update README, fixed Code Climate
### Removed
@@ -70,10 +80,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.4.1...HEAD
+[Unreleased]: https://github.com/matthutchinson/acts_as_textcaptcha/compare/v4.5.0...HEAD
+[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
[4.1.3]: https://github.com/matthutchinson/acts_as_textcaptcha/compare/v4.1.2...v4.1.3
[4.1.2]: https://github.com/matthutchinson/acts_as_textcaptcha/compare/v4.1.1...v4.1.2