diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2fb0f..bbba3d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.6 + +- Adds support for `uniqueCaseInsensitive` on index options. + ## 1.0.5 - Updated validator to use a promise, as async validators are deprecated as of Mongoose 4.9. diff --git a/package.json b/package.json index b6fe897..c253f3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongoose-unique-validator", - "version": "1.0.5", + "version": "1.0.6", "description": "mongoose-unique-validator is a plugin which adds pre-save validation for unique fields within a Mongoose schema.", "main": "index.js", "scripts": {