Skip to content

Commit 47ebbd9

Browse files
committed
chore: release 8.12.0
1 parent 64b27bc commit 47ebbd9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
8.12.0 / 2025-03-03
2+
===================
3+
* feat: bump mongodb driver to 6.14
4+
* feat: expose "SchemaTypeOptions" in browser #15277 [hasezoey](https://github.com/hasezoey)
5+
* docs: update field-level-encryption.md #15272 [dphrag](https://github.com/dphrag)
6+
17
8.11.0 / 2025-02-26
28
===================
39
* feat(model): make bulkWrite results include MongoDB bulk write errors as well as validation errors #15271 #15265

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": "8.11.0",
4+
"version": "8.12.0",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)