diff --git a/CHANGELOG.md b/CHANGELOG.md index 7715424ce42..e3805188d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +7.6.11 / 2024-04-11 +=================== + * fix(populate): avoid match function filtering out null values in populate result #14518 + * fix(schema): support setting discriminator options in Schema.prototype.discriminator() #14493 #14448 + * fix(schema): deduplicate idGetter so creating multiple models with same schema doesn't result in multiple id getters #14492 #14457 + 6.12.8 / 2024-04-10 =================== * fix(document): handle virtuals that are stored as objects but getter returns string with toJSON #14468 #14446 diff --git a/package.json b/package.json index ee64f3c5f74..dcd3039fa3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "7.6.10", + "version": "7.6.11", "author": "Guillermo Rauch ", "keywords": [ "mongodb",