Skip to content

Commit

Permalink
release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed May 19, 2011
1 parent af2d819 commit cc3ca7d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

1.3.6 / 2011-05-18
===================

* fixed; corrected casting for queries against array types
* added; Document#set now accepts Document instances

1.3.5 / 2011-05-17
===================
Expand Down
2 changes: 1 addition & 1 deletion lib/mongoose/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ exports.Connection = Connection;
* @param version
*/

exports.version = '1.3.5';
exports.version = '1.3.6';

/**
* Export Mongoose constructor
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": "mongoose"
, "description": "Mongoose MongoDB ORM"
, "version": "1.3.5"
, "version": "1.3.6"
, "author": "Guillermo Rauch <[email protected]>"
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql"]
, "dependencies": {}
Expand Down

0 comments on commit cc3ca7d

Please sign in to comment.