diff --git a/CHANGELOG.md b/CHANGELOG.md index b4492868..be8bbcb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog: [mojaloop/auth-service](https://github.com/mojaloop/auth-service) +### [11.5.2](https://github.com/mojaloop/auth-service/compare/v11.5.1...v11.5.2) (2021-07-21) + + +### Maintenance + +* add fido2-lib ([#80](https://github.com/mojaloop/auth-service/issues/80)) ([a6a9704](https://github.com/mojaloop/auth-service/commit/a6a9704d0650f938aed7301e1bfe37b3d7934fff)) + ### [11.5.1](https://github.com/mojaloop/auth-service/compare/v11.5.0...v11.5.1) (2021-07-16) diff --git a/package-lock.json b/package-lock.json index 1eaa8556..4678bd90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/auth-service", - "version": "11.5.1", + "version": "11.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2681a00e..7d35f5ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/auth-service", - "version": "11.5.1", + "version": "11.5.2", "description": "PISP authorization service", "main": "dist/index.js", "typings": "dist/index.d.ts",