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.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
+
5
14
## v1.6.0
6
15
7
16
- [ #281 ] ( https://github.com/JsonApiClient/json_api_client/pull/281 ) - Optimize dynamic attribute deref
Original file line number Diff line number Diff line change 1
1
module JsonApiClient
2
- VERSION = "1.6.0 "
2
+ VERSION = "1.6.1 "
3
3
end
You can’t perform that action at this time.
0 commit comments