CHANGELOG.md in currency_select-2.0.0 vs CHANGELOG.md in currency_select-3.0.0
- old
+ new
@@ -15,9 +15,31 @@
### Fixed
### Security
+## 3.0.0
+
+### Added
+- Add automatic gem release (#86, #88)
+- Support Ruby 3 (#81)
+- Add support for Rails 6.1 (#78, #79, #83)
+- Check the code with RuboCop (#72)
+- Add support for Ruby 2.7 (#66)
+
+### Changed
+- Switch the CI from Travis to GitHub Actions (#80, #85)
+- Upgrade RSpec and RSpec-Rails (#71)
+- Update the Ruby versions on Travis CI (#68)
+
+### Removed
+- Drop support for Ruby 2.4 (#70)
+- Drop support for Rails < 5.2 (#65)
+
+### Fixed
+- Fix some RuboCop warnings (#73)
+- Fix warnings in the `.travis.yml` (#67, #69)
+
## 2.0.0
### Added
- Add support for Rails 6.0
([#60](https://github.com/braingourmets/currency_select/pull/60))