Skip to content

Commit

Permalink
chore: release 7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 9, 2023
1 parent bd7fadb commit c0087c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
7.2.3 / 2023-06-09
==================
* fix(model): ignore falsy last argument to create() for backwards compatibility #13493 #13491 #13487 [MohOraby](https://github.com/MohOraby)
* types: remove generic param that's causing issues for typegoose #13494 #13482
* types(aggregate): allow object syntax for $mergeObjects #13470 #13060
* docs(connection): clarify how Connection.prototype.destroy() is different from close() #13475
* docs(populate): fix accidental removal of text #13480
* docs: add additional notes for Atlas X.509 authentication #13452 [alexbevi](https://github.com/alexbevi)
* docs(populate): add a little more info on why we recommend using ObjectId for _id #13474 #13400

6.11.2 / 2023-06-08
===================
* fix(cursor): allow find middleware to modify query cursor options #13476 #13453 #13435
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.2.2",
"version": "7.2.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit c0087c6

Please sign in to comment.