diff --git a/CHANGELOG.md b/CHANGELOG.md index 254ef6d2699..6a4011591af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +8.2.1 / 2024-03-04 +================== + * fix(document): make $clone avoid converting subdocs into POJOs #14395 #14353 + * fix(connection): avoid unhandled error on createConnection() if on('error') handler registered #14390 #14377 + * fix(schema): avoid applying default write concern to operations that are in a transaction #14391 #11382 + * types(querycursor): correct cursor async iterator type with populate() support #14384 #14374 + * types: missing typescript details on options params of updateMany, updateOne, etc. #14382 #14379 #14378 [FaizBShah](https://github.com/FaizBShah) [sderrow](https://github.com/sderrow) + * types: allow Record as valid query select argument #14371 [sderrow](https://github.com/sderrow) + 7.6.9 / 2024-02-26 ================== * fix(document): handle embedded recursive discriminators on nested path defined using Schema.prototype.discriminator #14256 #14245 diff --git a/package.json b/package.json index 6778f95b514..55adb04c2af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "8.2.0", + "version": "8.2.1", "author": "Guillermo Rauch ", "keywords": [ "mongodb",