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 3e801e1 commit bd759fbCopy full SHA for bd759fb
CHANGELOG.md
@@ -1,9 +1,11 @@
1
# Changelog
2
3
## Unreleased
4
+
5
+## 1.19.0
6
- [#382](https://github.com/JsonApiClient/json_api_client/pull/382) - Add extra error classes to hande server errors.
7
-- (#386)[https://github.com/JsonApiClient/json_api_client/pull/386] - use HashWithIndifferentAccess
8
+- [#386](https://github.com/JsonApiClient/json_api_client/pull/386)- use HashWithIndifferentAccess
9
10
## 1.18.0
11
- [#372](https://github.com/JsonApiClient/json_api_client/pull/372) - Fix handling of dashed-types associations correctly
lib/json_api_client/version.rb
@@ -1,3 +1,3 @@
module JsonApiClient
- VERSION = "1.18.0"
+ VERSION = "1.19.0"
end
0 commit comments