diff --git a/History.md b/History.md index 6d3b37b197f..dbc18350d6a 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,11 @@ +5.10.7 / 2020-09-24 +=================== + * fix(schema): set correct path and schema on nested primitive arrays #9429 + * fix(document): pass document to required validator so `required` can use arrow functions #9435 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez) + * fix(document): handle required when schema has property named `isSelected` #9438 + * fix(timestamps): allow using timestamps when schema has a property named 'set' #9428 + * fix(schema): make `Schema#clone()` use parent Mongoose instance's Schema constructor #9426 + 5.10.6 / 2020-09-18 =================== * fix(populate): handle `options.perDocumentLimit` option same as `perDocumentLimit` when calling `populate()` #9418 diff --git a/package.json b/package.json index 584bb752845..0160250c1d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "5.10.6", + "version": "5.10.7", "author": "Guillermo Rauch ", "keywords": [ "mongodb",