diff --git a/CHANGELOG.md b/CHANGELOG.md index 842cb01d377..c20b280bd81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +6.9.0 / 2023-01-25 +================== + * feat(schema): add removeVirtual(path) function to schema #12920 [IslandRhythms](https://github.com/IslandRhythms) + * fix(cast): remove empty `$or` conditions after strict applied #12898 [0x0a0d](https://github.com/0x0a0d) + * docs: fixed typo #12946 [Gbengstar](https://github.com/Gbengstar) + 6.8.5 / 2023-01-23 ================== * fix(query): correctly pass context when casting $elemMatch #12915 #12909 #12902 [MohOraby](https://github.com/MohOraby) diff --git a/package.json b/package.json index 82c7249adcf..a909f064ad0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "6.8.5", + "version": "6.9.0", "author": "Guillermo Rauch ", "keywords": [ "mongodb",