Skip to content

Commit

Permalink
chore: release 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 22, 2024
1 parent 3508f5f commit f1ed13f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
8.2.0 / 2024-02-22
==================
* feat(model): add recompileSchema() function to models to allow applying schema changes after compiling #14306 #14296
* feat: add middleware for bulkWrite() and createCollection() #14358 #14263 #7893
* feat(model): add `hydratedPopulatedDocs` option to make hydrate recursively hydrate populated docs #14352 #4727
* feat(connection): add withSession helper #14339 #14330

8.1.3 / 2024-02-16
==================
* fix: avoid corrupting $set-ed arrays when transaction error occurs #14346 #14340
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.1.3",
"version": "8.2.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit f1ed13f

Please sign in to comment.