diff --git a/CHANGELOG.md b/CHANGELOG.md index 86911f2..58e02c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to `youtrack-rest-php` will be documented in this file. +## [6.0.2] - 2017-01-10 + +## Changed + +- `Cog\YouTrack\Rest\Client\YouTrackClient` endpoint prefix is relative now ([#39](https://github.com/cybercog/youtrack-rest-php/pull/39)) + ## [6.0.0] - 2017-11-20 ## Changed @@ -80,6 +86,7 @@ All notable changes to `youtrack-rest-php` will be documented in this file. - Initial release. +[6.0.2]: https://github.com/cybercog/youtrack-rest-php/compare/6.0.1...6.0.2 [6.0.0]: https://github.com/cybercog/youtrack-rest-php/compare/5.0.0...6.0.0 [5.0.0]: https://github.com/cybercog/youtrack-rest-php/compare/4.0.0...5.0.0 [4.0.0]: https://github.com/cybercog/youtrack-rest-php/compare/3.2.0...4.0.0