From 2d8cb18e47f8e0382d40262dad55a179b6833b27 Mon Sep 17 00:00:00 2001 From: mojaloopci Date: Thu, 7 Oct 2021 15:47:01 +0000 Subject: [PATCH] chore(release): 1.6.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 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": {