Skip to content

Commit

Permalink
release(3.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickhansen committed May 20, 2015
1 parent aa75e8d commit 61fa0fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Next
# 3.0.1

- [FIXED] `include.attributes = []` will no longer force the inclusion of the primary key, making it possible to write aggregates with includes.
- [CHANGED] The `references` property of model attributes has been transformed to an object: `{type: Sequelize.INTEGER, references: { model: SomeModel, key: 'some_key' }}`. The former format (`references` and `referecesKey`) still exists but is deprecated and will be removed in 4.0.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sequelize",
"description": "Multi dialect ORM for Node.JS/io.js",
"version": "3.0.0",
"version": "3.0.1",
"author": "Sascha Depold <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit 61fa0fe

Please sign in to comment.