Skip to content

Commit

Permalink
release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Aug 17, 2011
1 parent fd1ce5b commit 02cca6f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

1.8.2 / 2011-08-17
===================

* fixed; reset connection.readyState after failure [tomseago]
* fixed; can now query positionally for non-embedded docs (arrays of numbers/strings etc)
* fixed; embedded document query casting
* added; support for passing options to node-mongo-native db, server, and replsetserver [tomseago]

1.8.1 / 2011-08-10
===================

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.8.1';
exports.version = '1.8.2';

/**
* 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.8.1"
, "version": "1.8.2"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql"]
, "dependencies": {
Expand Down

0 comments on commit 02cca6f

Please sign in to comment.