CHANGELOG.md in underway-1.1.0 vs CHANGELOG.md in underway-2.0.0

- old
+ new

@@ -3,10 +3,22 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] - Nothing +## [2.0.0] - 2020-07-17 +### Added +- `Underway::Api.configure` can now accept individual attributes instead of + just a config file. When supplying a config file, the `app_root` is no longer + required, just pass the absolute or relative path to the file + +### Changed +- `Underway::Settings.config` is no longer supported. Use + `Underway::Settings.configuration` instead +- `Underway::Settings.configuration.raw` is no longer supported. It is no + longer possible to retrieve arbitrary values from the config + ## [1.1.0] - 2019-05-21 ### Added - `Underway::Api.client_for` helper that returns a configured `Octokit` client for a given installation ID or access token @@ -21,9 +33,10 @@ ## 1.0.0 - 2018-03-05 ### Added - First release -[unreleased]: https://github.com/jamesmartin/underway/compare/v1.1.0...HEAD +[unreleased]: https://github.com/jamesmartin/underway/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/jamesmartin/underway/compare/v1.1.0...v2.0.0 [1.1.0]: https://github.com/jamesmartin/underway/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/jamesmartin/underway/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/jamesmartin/underway/compare/5c7f4d7d3bfc...v1.0.0