CHANGELOG.md in underway-1.0.1 vs CHANGELOG.md in underway-1.1.0
- old
+ new
@@ -3,17 +3,27 @@
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased]
- Nothing
+## [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
+
+### Fixed
+- Make Underway work for GHES
+ [#7](https://github.com/jamesmartin/underway/pulls/7)
+
## [1.0.1] - 2018-05-09
### Fixed
- No longer require Sinatra to be installed
[#4](https://github.com/jamesmartin/underway/issues/4)
## 1.0.0 - 2018-03-05
### Added
- First release
-[unreleased]: https://github.com/jamesmartin/underway/compare/v1.0.1...HEAD
+[unreleased]: https://github.com/jamesmartin/underway/compare/v1.1.0...HEAD
+[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