Skip to content

Commit 9dcd8aa

Browse files
committed
chore: release 7.8.1
1 parent 343a1d3 commit 9dcd8aa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
7.8.1 / 2024-08-19
2+
==================
3+
* fix(query): handle casting $switch in $expr #14761
4+
* docs(mongoose): remove out-of-date callback-based example for mongoose.connect() #14811 #14810
5+
16
7.8.0 / 2024-07-23
27
==================
38
* feat: add transactionAsyncLocalStorage option to opt in to automatically setting session on all transactions #14744 #14742 #14583 #13889

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "7.8.0",
4+
"version": "7.8.1",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)