Skip to content

Commit 0f9da74

Browse files
committed
version bump: 1.7.0
1 parent de75481 commit 0f9da74

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.7.0
6+
57
- [#320](https://github.com/JsonApiClient/json_api_client/pull/320) - fix passing relationships on create
68
* fix relationships passing to `new` and `create` methods
79
* fix false positive tests on create

lib/json_api_client/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JsonApiClient
2-
VERSION = "1.6.4"
2+
VERSION = "1.7.0"
33
end

0 commit comments

Comments
 (0)