Skip to content

Commit 5c16080

Browse files
committed
Version bump v1.5.3
1 parent c19c21b commit 5c16080

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
## v1.5.3
6+
7+
- [#266](https://github.com/chingor13/json_api_client/pull/266) - Fix default attributes being overridden
8+
- [#267](https://github.com/chingor13/json_api_client/pull/267) - Fix custom pagination params
9+
- [#271](https://github.com/chingor13/json_api_client/pull/271) - Fix assert_nil warnings
10+
- [#275](https://github.com/chingor13/json_api_client/pull/275) - Add error messages when destroy fails
11+
- [#277](https://github.com/chingor13/json_api_client/pull/277) - Correct handling of error source/pointer
12+
513
## v1.5.2
614

715
- [#264](https://github.com/chingor13/json_api_client/pull/264) - Enable sparse fieldsets for nested models

lib/json_api_client/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JsonApiClient
2-
VERSION = "1.5.2"
2+
VERSION = "1.5.3"
33
end

0 commit comments

Comments
 (0)