Skip to content

Commit 2de4364

Browse files
committed
verion bump v1.6.3
1 parent 91064d1 commit 2de4364

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## v1.6.3
6+
7+
- [#211](https://githup.com/JsonApiClient/json_api_client/pull/312) - Don't raise on `422`
8+
59
## v1.6.2
610

711
- [#311](https://githup.com/JsonApiClient/json_api_client/pull/311) - Raise JsonApiClient::Errors::ClientError for unhandled 4xx responses

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

0 commit comments

Comments
 (0)