Skip to content

Commit 5821568

Browse files
committed
chore: release 8.0.0
1 parent 3f850ce commit 5821568

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
8.0.0 / 2023-10-31
2+
==================
3+
* docs: add version support notes for Mongoose 8, including EOL date for Mongoose 6
4+
15
8.0.0-rc0 / 2023-10-24
26
======================
37
* BREAKING CHANGE: use MongoDB node driver 6, drop support for rawResult option and findOneAndRemove() #13753

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

0 commit comments

Comments
 (0)