File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## v1.6.0
6
+
7
+ - [ #281 ] ( https://github.com/JsonApiClient/json_api_client/pull/281 ) - Optimize dynamic attribute deref
8
+ - [ #280 ] ( https://github.com/JsonApiClient/json_api_client/pull/280 ) - Fix custom headers inheritance
9
+ - [ #287 ] ( https://github.com/JsonApiClient/json_api_client/pull/287 ) - Allow pagination params to be ` nil `
10
+ - [ #284 ] ( https://github.com/JsonApiClient/json_api_client/pull/284 ) - Fix filter to not filter out ` [] ` values
11
+ - [ #285 ] ( https://github.com/JsonApiClient/json_api_client/pull/285 ) - Add include params for create/update
12
+ - [ #293 ] ( https://github.com/JsonApiClient/json_api_client/pull/293 ) - Fix side-effects in scopes
13
+
5
14
## v1.5.3
6
15
7
16
- [ #266 ] ( https://github.com/chingor13/json_api_client/pull/266 ) - Fix default attributes being overridden
Original file line number Diff line number Diff line change 1
1
module JsonApiClient
2
- VERSION = "1.5.3 "
2
+ VERSION = "1.6.0 "
3
3
end
You can’t perform that action at this time.
0 commit comments