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 53264d9 commit 5c6745cCopy full SHA for 5c6745c
CHANGELOG.md
@@ -2,8 +2,12 @@
2
3
## Unreleased
4
5
+## 1.11.0
6
+
7
- [#344](https://github.com/JsonApiClient/json_api_client/pull/344) - introduce safe singular resource fetching with `raise_on_blank_find_param` resource setting
8
9
+## 1.10.0
10
11
## 1.9.0
12
13
- [#328](https://github.com/JsonApiClient/json_api_client/pull/328) - allow custom type for models
lib/json_api_client/version.rb
@@ -1,3 +1,3 @@
1
module JsonApiClient
- VERSION = "1.10.0"
+ VERSION = "1.11.0"
end
0 commit comments