Skip to content

Commit d228cad

Browse files
committed
version bump v1.6.0
1 parent fc06c87 commit d228cad

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Unreleased
44

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+
514
## v1.5.3
615

716
- [#266](https://github.com/chingor13/json_api_client/pull/266) - Fix default attributes being overridden

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.3"
2+
VERSION = "1.6.0"
33
end

0 commit comments

Comments
 (0)