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

- old
+ new

@@ -4,10 +4,15 @@ 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] +## [1.1.0] - 2018-11-02 + +### Changed +- Relax JSON Content-Type check to work with custom MIME types [#13] ([@2potatocakes]) + ## [1.0.0] - 2018-09-24 ### Changed - The JSON response body will only be documented when the content type is `application/json` [#12] ([@2potatocakes]) @@ -17,10 +22,11 @@ - This CHANGELOG file. ### Changed - Include the request body in the generated JSON [#9] ([@2potatocakes]) -[Unreleased]: https://github.com/twe4ked/rspec-api-docs/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/twe4ked/rspec-api-docs/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/twe4ked/rspec-api-docs/compare/v1.0.0...v1.1.0 [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