diff --git a/CHANGELOG.md b/CHANGELOG.md index ea38d69c..8c2a7a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [15.11.1](https://github.com/makeomatic/ms-users/compare/v15.11.0...v15.11.1) (2023-05-23) + + +### Bug Fixes + +* add 'any' redissearch query ([#588](https://github.com/makeomatic/ms-users/issues/588)) ([efaa2fe](https://github.com/makeomatic/ms-users/commit/efaa2fe307bda191e475b1a5eb57bbc3d737a713)) + # [15.11.0](https://github.com/makeomatic/ms-users/compare/v15.10.2...v15.11.0) (2023-04-25) diff --git a/package.json b/package.json index 2ad54422..86cc9344 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ms-users", "description": "Core of the microservice for handling users", "main": "./lib/index.js", - "version": "15.11.0", + "version": "15.11.1", "scripts": { "compile": "rimraf ./lib; cp -r ./src ./lib", "pretest": "npm run compile",