Skip to content

Commit

Permalink
chore: release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 16, 2024
1 parent 3165a97 commit ebf7d07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
8.1.0 / 2024-01-16
==================
* feat: upgrade MongoDB driver -> 6.3.0 #14241 #14189 #14108 #14104
* feat: add Atlas search index helpers to Models and Schemas #14251 #14232
* feat(connection): add listCollections() helper to connections #14257
* feat(schematype): merge rather than overwrite default schematype validators #14124 #14070
* feat(types): support type hints in InferSchemaType #14008 [JavaScriptBach](https://github.com/JavaScriptBach)

8.0.4 / 2024-01-08
==================
* fix(update): set CastError path to full path if casting update fails #14161 #14114
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.0.4",
"version": "8.1.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit ebf7d07

Please sign in to comment.