diff --git a/CHANGELOG.md b/CHANGELOG.md index ffdc11063b..0746404568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +8.5.5 / 2024-08-28 +================== + * fix(populate): fix a couple of other places where Mongoose gets the document's _id with getters #14833 #14827 #14759 + * fix(discriminator): shallow clone Schema.prototype.obj before merging schemas to avoid modifying original obj #14821 + * types: fix schema type based on timestamps schema options value #14829 #14825 [ark23CIS](https://github.com/ark23CIS) + 8.5.4 / 2024-08-23 ================== * fix: add empty string check for collection name passed #14806 [Shubham2552](https://github.com/Shubham2552) diff --git a/package.json b/package.json index 335b61efb5..53551cff5c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "8.5.4", + "version": "8.5.5", "author": "Guillermo Rauch ", "keywords": [ "mongodb",