From 6861d8df2b4d10b6ff691bf679e7c8c226e0e28d Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Tue, 16 Apr 2024 12:29:51 -0400 Subject: [PATCH] chore: release 8.3.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6bca74af1..9ebaf9e4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +8.3.2 / 2024-04-16 +================== + * fix(populate): avoid match function filtering out null values in populate result #14518 #14494 + * types(query): make FilterQuery props resolve to any for generics support #14510 #14473 #14459 + * types(DocumentArray): pass DocType generic to Document for correct toJSON() and toObject() return types #14526 #14469 + * types(models): fix incorrect bulk write options #14513 [emiljanitzek](https://github.com/emiljanitzek) + * docs: add documentation for calling schema.post() with async function #14514 #14305 + 7.6.11 / 2024-04-11 =================== * fix(populate): avoid match function filtering out null values in populate result #14518 diff --git a/package.json b/package.json index 5036ca37f7..121426ec6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "8.3.1", + "version": "8.3.2", "author": "Guillermo Rauch ", "keywords": [ "mongodb",