Skip to content

Commit 19f4840

Browse files
committed
version bump: 1.20.0
1 parent bc2fead commit 19f4840

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Unreleased
44

5-
- [#389](https://github.com/JsonApiClient/json_api_client/pull/389)-adding create!, update_attributes!, update! methods
5+
## 1.20.0
6+
- [#389](https://github.com/JsonApiClient/json_api_client/pull/389)-adding `create!`, `update_attributes!`, `update!` methods
67

78
## 1.19.0
89
- [#382](https://github.com/JsonApiClient/json_api_client/pull/382) - Add extra error classes to hande server errors.

lib/json_api_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JsonApiClient
2-
VERSION = "1.19.0"
2+
VERSION = "1.20.0"
33
end

0 commit comments

Comments
 (0)