Skip to content

Commit

Permalink
chore: release 7.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 19, 2024
1 parent 343a1d3 commit 9dcd8aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
7.8.1 / 2024-08-19
==================
* fix(query): handle casting $switch in $expr #14761
* docs(mongoose): remove out-of-date callback-based example for mongoose.connect() #14811 #14810

7.8.0 / 2024-07-23
==================
* feat: add transactionAsyncLocalStorage option to opt in to automatically setting session on all transactions #14744 #14742 #14583 #13889
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "7.8.0",
"version": "7.8.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 9dcd8aa

Please sign in to comment.