diff --git a/CHANGELOG.md b/CHANGELOG.md index 473b62fb79..194fde6aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added +### Changed + +## [0.6.0] - 2017-09-25 ### Changed - Authorization struct now has new field `issuer`. @@ -14,4 +17,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Start of changelog. [Unreleased]: https://github.com/Metaswitch/swagger-rs/compare/0.5.0...HEAD +[0.6.0]: https://github.com/Metaswitch/swagger-rs/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/Metaswitch/swagger-rs/compare/0.4.0...0.5.0