diff --git a/History.md b/History.md index 6891820d86a..dc466dbb1c0 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +5.13.15 / 2022-08-22 +==================== + * fix: backport fix for CVE-2022-2564 #12281 [shubanker](https://github.com/shubanker) + * docs: fix broken link from findandmodify method deprecation #11366 [laissonsilveira](https://github.com/laissonsilveira) + 5.13.14 / 2021-12-27 ==================== * fix(timestamps): avoid setting createdAt on documents that already exist but dont have createdAt #11024 diff --git a/package.json b/package.json index 4a70cd5cb62..cbb17a6b225 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "5.13.14", + "version": "5.13.15", "author": "Guillermo Rauch ", "keywords": [ "mongodb",