CHANGELOG.md in currency_select-1.0.0 vs CHANGELOG.md in currency_select-2.0.0

- old
+ new

@@ -4,31 +4,45 @@ This project adheres to [Semantic Versioning](https://semver.org/). ## x.y.z (unreleased) ### Added -- Officially support Rails 5.2 - ([#51](https://github.com/braingourmets/currency_select/pull/51)) -- Add Ruby 2.5.1 to the Travis build matrix - ([#49](https://github.com/braingourmets/currency_select/pull/49)) ### Changed ### Deprecated ### Removed + +### Fixed + +### Security + +## 2.0.0 + +### Added +- Add support for Rails 6.0 + ([#60](https://github.com/braingourmets/currency_select/pull/60)) +- Officially support Rails 5.2 + ([#51](https://github.com/braingourmets/currency_select/pull/51)) +- Add Ruby 2.5.1 to the Travis build matrix + ([#49](https://github.com/braingourmets/currency_select/pull/49)) + +### Removed +- Drop support for Rails < 5.1 + ([#62](https://github.com/braingourmets/currency_select/pull/62)) +- Drop support for Ruby < 2.4 + ([#61](https://github.com/braingourmets/currency_select/pull/61)) - Drop support for Ruby < 2.3 ([#48](https://github.com/braingourmets/currency_select/pull/48)) ### Fixed - Add version to the requirements in the gemspec file ([#53](https://github.com/braingourmets/currency_select/pull/53)) - Fix file names references from the gemspec file ([#52](https://github.com/braingourmets/currency_select/pull/52)) - Fix value call on Rails 5.2 ([#47](https://github.com/braingourmets/currency_select/pull/47)) - -### Security ## 1.0.0 ### Added - Officially support Rails 5.2