CHANGELOG.md in rspec-api-docs-0.14.0 vs CHANGELOG.md in rspec-api-docs-1.0.0

- old
+ new

@@ -4,18 +4,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] -## 0.14.0 - 2018-07-21 +## [1.0.0] - 2018-09-24 +### Changed +- The JSON response body will only be documented when the content type is `application/json` [#12] ([@2potatocakes]) + +## [0.14.0] - 2018-07-21 + ### Added - This CHANGELOG file. ### Changed - Include the request body in the generated JSON [#9] ([@2potatocakes]) -[Unreleased]: https://github.com/twe4ked/rspec-api-docs/compare/v0.14.0...HEAD +[Unreleased]: https://github.com/twe4ked/rspec-api-docs/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/twe4ked/rspec-api-docs/compare/v0.14.0...v1.0.0 [0.14.0]: https://github.com/twe4ked/rspec-api-docs/compare/v0.13.0...v0.14.0 [#9]: https://github.com/twe4ked/rspec-api-docs/pull/9 +[#12]: https://github.com/twe4ked/rspec-api-docs/pull/12 [@2potatocakes]: https://github.com/2potatocakes