Skip to content

Commit

Permalink
release 2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Feb 9, 2012
1 parent fc06a9b commit 627745b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
@@ -1,4 +1,13 @@

2.5.6 / 2012-02-09
===================

* fixed; emit errors returned from db.collection() on the connection (were being swallowed)
* added; can add multiple validators in your schema at once (#718) [diogogmt]
* fixed; strict embedded documents (#717)
* updated; docs [niemyjski]
* added; pass number of affected docs back in model.update/save

2.5.5 / 2012-02-03
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose"
, "description": "Mongoose MongoDB ODM"
, "version": "2.5.5"
, "version": "2.5.6"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql"]
, "dependencies": {
Expand Down

0 comments on commit 627745b

Please sign in to comment.