CHANGELOG.md in request_handler-0.15.0 vs CHANGELOG.md in request_handler-1.0.0

- old
+ new

@@ -4,10 +4,17 @@ 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.0.0] - 2018-07-03 +### Added +- possibility to send NULL values in relationships + +### Fixed +- fix nested schemas with symbolized keys + ## [0.15.0] - 2018-06-20 ### Added - JsonParser for non-jsonapi documents in body an multipart files ### Changed @@ -89,9 +96,10 @@ ## [0.2.1] - 2016-11-02 version bump for publishing -[Unreleased]: https://github.com/runtastic/request_handler/compare/v0.15.0...HEAD +[Unreleased]: https://github.com/runtastic/request_handler/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/runtastic/request_handler/compare/v0.15.0...v1.0.0 [0.15.0]: https://github.com/runtastic/request_handler/compare/v0.14.0...v0.15.0 [0.14.0]: https://github.com/runtastic/request_handler/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/runtastic/request_handler/compare/v0.12.0...v0.13.0