File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 1.21.0
6+ - [ #395 ] ( https://github.com/JsonApiClient/json_api_client/pull/395 ) - relaxing faraday dependency to anything less than 2.0
7+
58## 1.20.0
6- - [ #389 ] ( https://github.com/JsonApiClient/json_api_client/pull/389 ) - adding ` create! ` , ` update_attributes! ` , ` update! ` methods
9+ - [ #389 ] ( https://github.com/JsonApiClient/json_api_client/pull/389 ) - adding ` create! ` , ` update_attributes! ` , ` update! ` methods
710
811## 1.19.0
912- [ #382 ] ( https://github.com/JsonApiClient/json_api_client/pull/382 ) - Add extra error classes to hande server errors.
1013
11- - [ #386 ] ( https://github.com/JsonApiClient/json_api_client/pull/386 ) - use HashWithIndifferentAccess
14+ - [ #386 ] ( https://github.com/JsonApiClient/json_api_client/pull/386 ) - use HashWithIndifferentAccess
1215
1316## 1.18.0
1417- [ #372 ] ( https://github.com/JsonApiClient/json_api_client/pull/372 ) - Fix handling of dashed-types associations correctly
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ source "https://rubygems.org"
33gemspec
44
55gem 'rake'
6- gem 'rdoc'
76gem 'appraisal'
87
98gem "activesupport"
Original file line number Diff line number Diff line change 11module JsonApiClient
2- VERSION = "1.20 .0"
2+ VERSION = "1.21 .0"
33end
You can’t perform that action at this time.
0 commit comments