diff --git a/CHANGELOG.md b/CHANGELOG.md index 88aaad4..739b201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.6.0](https://github.com/mojaloop/reporting-hub-bop-shell/compare/v1.5.2...v1.6.0) (2021-10-07) + + +### Features + +* add new runtime config and modify current runtime config ([#5](https://github.com/mojaloop/reporting-hub-bop-shell/issues/5)) ([cf8e156](https://github.com/mojaloop/reporting-hub-bop-shell/commit/cf8e156cb9132a3c0b7b6392813e0ebcd1c2eeb9)) + ### [1.5.2](https://github.com/mojaloop/reporting-hub-bop-shell/compare/v1.5.1...v1.5.2) (2021-10-06) ### [1.5.1](https://github.com/mojaloop/reporting-hub-bop-shell/compare/v1.1.0...v1.5.1) (2021-10-01) diff --git a/package.json b/package.json index dba68a1..374df77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/reporting-hub-bop-shell", - "version": "1.5.2", + "version": "1.6.0", "description": "", "main": "index.js", "scripts": {