diff --git a/History.md b/History.md index 6db11f0fcfb..e634a8e41ff 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +5.7.10 / 2019-11-11 +=================== + * perf(cursor): remove unnecessary `setTimeout()` in `eachAsync()`, 4x speedup in basic benchmarks #8310 + * docs(README): re-order sections for better readability #8321 [dandv](https://github.com/dandv) + * chore: make npm test not hard-code file paths #8322 [stieg](https://github.com/stieg) + 5.7.9 / 2019-11-08 ================== * fix(schema): support setting schema path to an instance of SchemaTypeOptions to fix integration with mongoose-i18n-localize #8297 #8292 diff --git a/README.md b/README.md index b9a2c71e12f..ebfcbb93bcd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mongoose -Mongoose is a [MongoDB](https://www.mongodb.org/) object modeling tool designed to work in an asynchronous environment. It has both a callbacks and Promise-style API. +Mongoose is a [MongoDB](https://www.mongodb.org/) object modeling tool designed to work in an asynchronous environment. Mongoose supports both promises and callbacks. [![Slack Status](http://slack.mongoosejs.io/badge.svg)](http://slack.mongoosejs.io) [![Build Status](https://api.travis-ci.org/Automattic/mongoose.svg?branch=master)](https://travis-ci.org/Automattic/mongoose) diff --git a/package.json b/package.json index df8c25b273e..e1aa1713044 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "5.7.9", + "version": "5.7.10", "author": "Guillermo Rauch ", "keywords": [ "mongodb",