Skip to content

Commit

Permalink
release(2.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickhansen committed Feb 17, 2015
1 parent 2ab64b3 commit 501a9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Next
# 2.0.3
- [BUG] Support for plain strings, ints and bools on JSON insert
- [BUG] Fixed regression where `{$in: []}` would result in `IN ()` rather than `IN (NULL)` [#3105](https://github.com/sequelize/sequelize/issues/3105) [#3132](https://github.com/sequelize/sequelize/issues/3132)
- [BUG] Fixed bug where 2 x `belongsToMany` with `foreignKey` but no `otherKey` defined would result in 3 keys instead of 2. [#2991](https://github.com/sequelize/sequelize/issues/2991)
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",
"version": "2.0.2",
"version": "2.0.3",
"author": "Sascha Depold <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit 501a9c9

Please sign in to comment.