diff --git a/CHANGELOG.md b/CHANGELOG.md index 6620e6c..69b8054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog: [mojaloop/thirdparty-api-adapter](https://github.com/mojaloop/thirdparty-api-adapter) +## [11.1.0](https://github.com/mojaloop/thirdparty-api-adapter/compare/v11.0.0...v11.1.0) (2020-08-13) + + +### Features + +* **endpoints:** Inbound authorizations handler ([#16](https://github.com/mojaloop/thirdparty-api-adapter/issues/16)) ([b47f4ba](https://github.com/mojaloop/thirdparty-api-adapter/commit/b47f4ba92212bf34881ddf5a4bc11749cf606c5b)) + ## [11.0.0](https://github.com/mojaloop/thirdparty-api-adapter/compare/v10.4.2...v11.0.0) (2020-08-13) diff --git a/package-lock.json b/package-lock.json index a49249b..31e0657 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/thirdparty-api-adapter", - "version": "11.0.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1281a8a..350be1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/thirdparty-api-adapter", - "version": "11.0.0", + "version": "11.1.0", "description": "The thirdparty-api-adapter service is used to handle HTTP requests from third parties.", "main": "dist/index.js", "typings": "dist/index.d.ts",