Skip to content

Commit 345b3fd

Browse files
committed
release 3.6.8
1 parent 8b8879c commit 345b3fd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

History.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
3.6.8 / 2013-04-25
3+
==================
4+
5+
* updated; driver to 1.3.0
6+
* fixed; connection.model should retain options #1458 [vedmalex](https://github.com/vedmalex)
7+
* tests; 4-5 seconds faster
8+
29
3.6.7 / 2013-04-19
310
==================
411

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose"
33
, "description": "Mongoose MongoDB ODM"
4-
, "version": "3.6.8-pre"
4+
, "version": "3.6.8"
55
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
66
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql", "odm", "sql", "db", "database"]
77
, "dependencies": {

0 commit comments

Comments
 (0)