Skip to content

Commit

Permalink
release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Oct 10, 2011
1 parent cc05532 commit 117f310
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 @@

2.3.1 / 2011-10-10
==================

* added; support for Query filters to populate()
* fixed; querying with number no longer crashes mongodb (#555) [jlbyrey]
* updated; version of -native driver to 0.9.6-21
* fixed; prevent query callbacks that throw errors from corrupting -native connection state

2.3.0 / 2011-10-04
==================

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

exports.version = '2.3.0';
exports.version = '2.3.1';

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

0 comments on commit 117f310

Please sign in to comment.