diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d8d7bc47..7f099dd85f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +8.8.2 / 2024-11-18 +================== + * fix(model): handle array filters when casting bulkWrite #15036 #14978 + * fix(model): make diffIndexes() avoid trying to drop default timeseries collection index #15035 #14984 + * fix: save execution stack in query as string #15039 [durran](https://github.com/durran) + * types(cursor): correct asyncIterator and asyncDispose for TypeScript with lib: 'esnext' #15038 + * docs(migrating_to_8): add note about removing findByIdAndRemove #15024 [dragontaek-lee](https://github.com/dragontaek-lee) + 8.8.1 / 2024-11-08 ================== * perf: make a few micro-optimizations to help speed up findOne() #15022 #14906 diff --git a/package.json b/package.json index aef109be3a..fa68b61d99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "8.8.1", + "version": "8.8.2", "author": "Guillermo Rauch ", "keywords": [ "mongodb",