diff --git a/CHANGELOG.md b/CHANGELOG.md index c675532b..14d2875f 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. +## [15.4.0](https://github.com/mojaloop/quoting-service/compare/v15.3.0...v15.4.0) (2023-10-17) + + +### Features + +* **mojaloop/#3564:** multi insert quote party extensions ([#319](https://github.com/mojaloop/quoting-service/issues/319)) ([b413ffd](https://github.com/mojaloop/quoting-service/commit/b413ffdd7614e2280452fada120deb1df569ec84)), closes [mojaloop/#3564](https://github.com/mojaloop/project/issues/3564) + ## [15.3.0](https://github.com/mojaloop/quoting-service/compare/v15.2.2...v15.3.0) (2023-10-13) diff --git a/package-lock.json b/package-lock.json index cf2a54a3..b4bddedb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "quoting-service", - "version": "15.3.0", + "version": "15.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "quoting-service", - "version": "15.3.0", + "version": "15.4.0", "license": "Apache-2.0", "dependencies": { "@hapi/good": "9.0.1", diff --git a/package.json b/package.json index 9db47abc..fa307683 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "quoting-service", "description": "Quoting Service hosted by a scheme", "license": "Apache-2.0", - "version": "15.3.0", + "version": "15.4.0", "author": "ModusBox", "contributors": [ "Georgi Georgiev ",