From fecc632f1d278109029368af8657d44fc5f486c8 Mon Sep 17 00:00:00 2001 From: mojaloopci Date: Thu, 21 Oct 2021 12:34:51 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e080a..e585f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog: [mojaloop/reporting-hub-bop-shell](https://github.com/mojaloop/reporting-hub-bop-shell) +## [1.7.0](https://github.com/mojaloop/reporting-hub-bop-shell/compare/v1.6.3...v1.7.0) (2021-10-21) + + +### Features + +* parameterise token endpoint ([#12](https://github.com/mojaloop/reporting-hub-bop-shell/issues/12)) ([dc21676](https://github.com/mojaloop/reporting-hub-bop-shell/commit/dc21676c0b69e17639a8bb9dbc6f88dfc6c7746b)) + ### [1.6.3](https://github.com/mojaloop/reporting-hub-bop-shell/compare/v1.6.2...v1.6.3) (2021-10-18) diff --git a/package.json b/package.json index ac7ba48..52672e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/reporting-hub-bop-shell", - "version": "1.6.4", + "version": "1.7.0", "description": "", "main": "index.js", "scripts": {