Skip to content

Commit

Permalink
Bump 3.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 8, 2014
1 parent dc421df commit 4a812b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
3.8.9 / 2014-05-08
==================

* updated; mquery to 0.7.0
* updated; node-mongodb-native to 1.4.3
* fixed; $near failing against MongoDB 2.6
* fixed; relying on .options() to determine if collection exists
* fixed; $out aggregate helper
* fixed; all test failures against MongoDB 2.6.1, with caveat #2065

3.8.8 / 2014-02-22
==================
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 ODM"
, "version": "3.8.9-pre"
, "version": "3.8.9"
, "author": "Guillermo Rauch <[email protected]>"
, "keywords": ["mongodb", "document", "model", "schema", "database", "odm", "data", "datastore", "query", "nosql", "orm", "db"]
, "dependencies": {
Expand Down

0 comments on commit 4a812b5

Please sign in to comment.