diff --git a/CHANGELOG.md b/CHANGELOG.md index 2df43091..d4a25053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog: [mojaloop/thirdparty-scheme-adapter](https://github.com/mojaloop/thirdparty-scheme-adapter) +## [11.22.0](https://github.com/mojaloop/thirdparty-scheme-adapter/compare/v11.21.4...v11.22.0) (2021-02-22) + + +### Features + +* introduce shared/http-request base class ([#49](https://github.com/mojaloop/thirdparty-scheme-adapter/issues/49)) ([201591c](https://github.com/mojaloop/thirdparty-scheme-adapter/commit/201591cfd1ebdd022d70e93c4d876ff6e6e59fcf)) + ### [11.21.4](https://github.com/mojaloop/thirdparty-scheme-adapter/compare/v11.21.3...v11.21.4) (2021-02-19) diff --git a/package-lock.json b/package-lock.json index 07dcdbed..27cf7fca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/thirdparty-scheme-adapter", - "version": "11.21.4", + "version": "11.22.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c7c42d0b..8166e99d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/thirdparty-scheme-adapter", - "version": "11.21.4", + "version": "11.22.0", "description": "Thirdparty Scheme Adapter ", "main": "dist/index.js", "typings": "dist/index.d.ts",