We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91064d1 commit 2de4364Copy full SHA for 2de4364
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## v1.6.3
6
+
7
+- [#211](https://githup.com/JsonApiClient/json_api_client/pull/312) - Don't raise on `422`
8
9
## v1.6.2
10
11
- [#311](https://githup.com/JsonApiClient/json_api_client/pull/311) - Raise JsonApiClient::Errors::ClientError for unhandled 4xx responses
lib/json_api_client/version.rb
@@ -1,3 +1,3 @@
1
module JsonApiClient
- VERSION = "1.6.2"
+ VERSION = "1.6.3"
end
0 commit comments