diff --git a/CHANGELOG.md b/CHANGELOG.md index 9809a04..f327c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to `cybercog/youtrack-rest-php` will be documented in this f ## [Unreleased] +## [7.0.0] - 2022-10-02 + +### Changed + +- ([#57]) Changed default endpoint prefix from `rest` to `api` + ## [6.3.0] - 2021-01-01 ### Added @@ -122,7 +128,8 @@ All notable changes to `cybercog/youtrack-rest-php` will be documented in this f - Initial release. -[Unreleased]: https://github.com/cybercog/youtrack-rest-php/compare/6.3.0...master +[Unreleased]: https://github.com/cybercog/youtrack-rest-php/compare/7.0.0...master +[7.0.0]: https://github.com/cybercog/youtrack-rest-php/compare/6.3.0...7.0.0 [6.3.0]: https://github.com/cybercog/youtrack-rest-php/compare/6.2.2...6.3.0 [6.2.2]: https://github.com/cybercog/youtrack-rest-php/compare/6.2.1...6.2.2 [6.2.1]: https://github.com/cybercog/youtrack-rest-php/compare/6.2.0...6.2.1 @@ -137,6 +144,7 @@ All notable changes to `cybercog/youtrack-rest-php` will be documented in this f [3.0.0]: https://github.com/cybercog/youtrack-rest-php/compare/2.0.1...3.0.0 [2.0.1]: https://github.com/cybercog/youtrack-rest-php/compare/1.0.0...2.0.1 +[#57]: https://github.com/cybercog/youtrack-rest-php/pull/57 [#51]: https://github.com/cybercog/youtrack-rest-php/pull/51 [#49]: https://github.com/cybercog/youtrack-rest-php/pull/49 [#48]: https://github.com/cybercog/youtrack-rest-php/pull/48