Skip to content

Commit 96746b5

Browse files
committed
version bump 1.6.1
1 parent dbdb0f6 commit 96746b5

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.1
6+
7+
- [#297](https://githup.com/JsonApiClient/json_api_client/pull/297) - Fix test_helper
8+
- [#298](https://githup.com/JsonApiClient/json_api_client/pull/298) - README update: arguments for custom connections run method
9+
- [#306](https://githup.com/JsonApiClient/json_api_client/pull/306) - README update: pagination override examples
10+
- [#307](https://githup.com/JsonApiClient/json_api_client/pull/307) - Symbolize params keys on model initialize
11+
- [#304](https://githup.com/JsonApiClient/json_api_client/pull/304) - Optional add default to changes
12+
- [#300](https://githup.com/JsonApiClient/json_api_client/pull/300) - Define methods for properties and associations getter/setter
13+
514
## v1.6.0
615

716
- [#281](https://github.com/JsonApiClient/json_api_client/pull/281) - Optimize dynamic attribute deref

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

0 commit comments

Comments
 (0)