diff --git a/CHANGELOG.md b/CHANGELOG.md index da7fbdde..f2c75573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Unreleased +## v1.5.3 + +- [#266](https://github.com/chingor13/json_api_client/pull/266) - Fix default attributes being overridden +- [#267](https://github.com/chingor13/json_api_client/pull/267) - Fix custom pagination params +- [#271](https://github.com/chingor13/json_api_client/pull/271) - Fix assert_nil warnings +- [#275](https://github.com/chingor13/json_api_client/pull/275) - Add error messages when destroy fails +- [#277](https://github.com/chingor13/json_api_client/pull/277) - Correct handling of error source/pointer + ## v1.5.2 - [#264](https://github.com/chingor13/json_api_client/pull/264) - Enable sparse fieldsets for nested models diff --git a/lib/json_api_client/version.rb b/lib/json_api_client/version.rb index 62b362de..6da8fff8 100644 --- a/lib/json_api_client/version.rb +++ b/lib/json_api_client/version.rb @@ -1,3 +1,3 @@ module JsonApiClient - VERSION = "1.5.2" + VERSION = "1.5.3" end