diff --git a/CHANGELOG.md b/CHANGELOG.md index 43cbbb8..f87573c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.2](https://github.com/LabShare/services-auth/compare/v3.2.1...v3.2.2) (2019-10-18) + + +### Bug Fixes + +* **docs:** update configuration option documentation LSAUTH-231 ([60acf41](https://github.com/LabShare/services-auth/commit/60acf41)) + ## [3.2.1](https://github.com/LabShare/services-auth/compare/v3.2.0...v3.2.1) (2019-10-08) diff --git a/package-lock.json b/package-lock.json index 6e190d1..ba93afe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@labshare/services-auth", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c19dc09..22ca99d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labshare/services-auth", - "version": "3.2.1", + "version": "3.2.2", "description": "Loopback 4 plugin for resource scope-based HTTP route authz", "main": "index.js", "scripts": {