Skip to content

Commit 5c6745c

Browse files
committed
version bump: v1.11.0
1 parent 53264d9 commit 5c6745c

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,8 +2,12 @@
22

33
## Unreleased
44

5+
## 1.11.0
6+
57
- [#344](https://github.com/JsonApiClient/json_api_client/pull/344) - introduce safe singular resource fetching with `raise_on_blank_find_param` resource setting
68

9+
## 1.10.0
10+
711
## 1.9.0
812

913
- [#328](https://github.com/JsonApiClient/json_api_client/pull/328) - allow custom type for models

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

0 commit comments

Comments
 (0)