Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Version bump v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Nov 22, 2017
1 parent c19c21b commit 5c16080
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/json_api_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JsonApiClient
VERSION = "1.5.2"
VERSION = "1.5.3"
end

0 comments on commit 5c16080

Please sign in to comment.