We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de75481 commit 0f9da74Copy full SHA for 0f9da74
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 1.7.0
6
+
7
- [#320](https://github.com/JsonApiClient/json_api_client/pull/320) - fix passing relationships on create
8
* fix relationships passing to `new` and `create` methods
9
* fix false positive tests on create
lib/json_api_client/version.rb
@@ -1,3 +1,3 @@
1
module JsonApiClient
- VERSION = "1.6.4"
+ VERSION = "1.7.0"
end
0 commit comments