Skip to content

Commit

Permalink
release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Jul 7, 2011
1 parent 460e712 commit 9657cf1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions History.md
@@ -1,4 +1,15 @@

1.6.0 / 2011-07-07
===================

* changed; .save() errors are now emitted on the instances db instead of the instance 9782463fc
* fixed; errors occurring when creating indexes now properly emit on db
* added; $maxDistance support to MongooseArrays
* fixed; RegExps now work with $all
* changed; node-mongodb-native driver to v0.9.6.4
* fixed; model names are now accessible via .modelName
* added; Query#slaveOk support

1.5.0 / 2011-06-27
===================

Expand Down
2 changes: 1 addition & 1 deletion lib/mongoose/index.js
Expand Up @@ -289,7 +289,7 @@ exports.Connection = Connection;
* @param version
*/

exports.version = '1.5.0';
exports.version = '1.6.0';

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

0 comments on commit 9657cf1

Please sign in to comment.