diff --git a/CHANGELOG.md b/CHANGELOG.md index ec2ba6c6e79..6eec3eef753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +7.2.0 / 2023-05-19 +================== + * feat: upgrade mongodb -> 5.5.0 + * feat(document): add flattenObjectIds option to toObject() and toJSON() #13383 #13341 + * feat(query): add translateAliases option to automatically call translate aliases on query fields #13397 #8678 #7511 + * feat(schema): propagate toObject and toJSON options to implicitly created schemas #13325 + * feat(model): add throwOnValidationError option for opting into getting MongooseBulkWriteError if all valid operations succeed in bulkWrite() and insertMany() #13410 #13256 + * feat(types+mongoose): export MongooseError #13403 #13387 [ramos-ph](https://github.com/ramos-ph) + 7.1.2 / 2023-05-18 ================== * fix: set timestamps on single nested subdoc in insertMany() #13416 #13343 diff --git a/package.json b/package.json index d866b65da5a..317d0e7e65b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "7.1.2", + "version": "7.2.0", "author": "Guillermo Rauch ", "keywords": [ "mongodb",