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 2
2
3
3
## Unreleased
4
4
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
+
5
8
## 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
7
10
8
11
## 1.19.0
9
12
- [ #382 ] ( https://github.com/JsonApiClient/json_api_client/pull/382 ) - Add extra error classes to hande server errors.
10
13
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
12
15
13
16
## 1.18.0
14
17
- [ #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"
3
3
gemspec
4
4
5
5
gem 'rake'
6
- gem 'rdoc'
7
6
gem 'appraisal'
8
7
9
8
gem "activesupport"
Original file line number Diff line number Diff line change 1
1
module JsonApiClient
2
- VERSION = "1.20 .0"
2
+ VERSION = "1.21 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments