Skip to content

Commit

Permalink
version bump: 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaorlov committed Nov 24, 2018
1 parent de75481 commit 0f9da74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.7.0

- [#320](https://github.com/JsonApiClient/json_api_client/pull/320) - fix passing relationships on create
* fix relationships passing to `new` and `create` methods
* fix false positive tests on create
Expand Down
2 changes: 1 addition & 1 deletion lib/json_api_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JsonApiClient
VERSION = "1.6.4"
VERSION = "1.7.0"
end

0 comments on commit 0f9da74

Please sign in to comment.