diff --git a/CHANGELOG.md b/CHANGELOG.md index fa654baf7e0..9e34aaecffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +6.10.5 / 2023-04-06 +=================== + * fix(model): execute valid write operations if calling bulkWrite() with ordered: false #13218 #13176 + * fix(array): pass-through all parameters #13202 #13201 [hasezoey](https://github.com/hasezoey) + * fix: improve error message when sorting by empty string #13249 #10182 + * docs: add version support and check version docs #13251 #13193 + 5.13.17 / 2023-04-04 ==================== * fix: backport fix for array filters handling $or and $and #13195 #13192 #10696 [raj-goguardian](https://github.com/raj-goguardian) diff --git a/package.json b/package.json index fbdd204d2cf..59fab87586e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "6.10.4", + "version": "6.10.5", "author": "Guillermo Rauch ", "keywords": [ "mongodb",