Skip to content

Commit

Permalink
chore: release 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 6, 2023
1 parent 2f8fdeb commit b721f54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
7.6.0 / 2023-10-06
==================
* feat: upgrade mongodb node driver -> 5.9.0 #13927 #13926 [sanguineti](https://github.com/sanguineti)
* fix: avoid CastError when passing different value of discriminator key in `$or` #13938 #13906

7.5.4 / 2023-10-04
==================
* fix: avoid stripping out `id` property when `_id` is set #13933 #13892 #13867
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "7.5.4",
"version": "7.6.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit b721f54

Please sign in to comment.