diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8da815..3ef51731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog: [mojaloop/auth-service](https://github.com/mojaloop/auth-service) +## [11.4.0](https://github.com/mojaloop/auth-service/compare/v11.3.3...v11.4.0) (2021-06-25) + + +### Features + +* update db schema for clientDataJSON and attestationObject ([#73](https://github.com/mojaloop/auth-service/issues/73)) ([160b684](https://github.com/mojaloop/auth-service/commit/160b684607d86c19ae81c3188725aa73d17a1f4c)) + ### [11.3.3](https://github.com/mojaloop/auth-service/compare/v11.3.2...v11.3.3) (2021-06-02) diff --git a/package-lock.json b/package-lock.json index dd5244d7..92cf7e19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/auth-service", - "version": "11.3.3", + "version": "11.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 820cb03c..b4e90612 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/auth-service", - "version": "11.3.3", + "version": "11.4.0", "description": "PISP authorization service", "main": "dist/index.js", "typings": "dist/index.d.ts",