We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f850ce commit 5821568Copy full SHA for 5821568
CHANGELOG.md
@@ -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
+
5
8.0.0-rc0 / 2023-10-24
6
======================
7
* BREAKING CHANGE: use MongoDB node driver 6, drop support for rawResult option and findOneAndRemove() #13753
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.0.0-rc0",
+ "version": "8.0.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments