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 9bf58c8 commit 8d5bbf5Copy full SHA for 8d5bbf5
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 1.9.0
6
+
7
- [#328](https://github.com/JsonApiClient/json_api_client/pull/328) - allow custom type for models
8
9
- [#326](https://github.com/JsonApiClient/json_api_client/pull/326) - correct changes after initialize resource
lib/json_api_client/version.rb
@@ -1,3 +1,3 @@
1
module JsonApiClient
- VERSION = "1.8.0"
+ VERSION = "1.9.0"
end
0 commit comments