Skip to content

Commit 4277a86

Browse files
committed
version bump: v1.21.0
1 parent 810db1a commit 4277a86

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
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

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ source "https://rubygems.org"
33
gemspec
44

55
gem 'rake'
6-
gem 'rdoc'
76
gem 'appraisal'
87

98
gem "activesupport"

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

0 commit comments

Comments
 (0)