diff --git a/CHANGELOG.md b/CHANGELOG.md index 347ed0fe..b74482b7 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. +### [17.1.1](https://github.com/mojaloop/quoting-service/compare/v17.1.0...v17.1.1) (2025-01-30) + + +### Chore + +* fixed merge to main issue ([#391](https://github.com/mojaloop/quoting-service/issues/391)) ([f54d215](https://github.com/mojaloop/quoting-service/commit/f54d215419149f7cbe3b1d058ac4fad815f08263)) + ## [17.1.0](https://github.com/mojaloop/quoting-service/compare/v17.0.5...v17.1.0) (2025-01-30) diff --git a/package-lock.json b/package-lock.json index 0f6bd483..befc1367 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "quoting-service", - "version": "17.1.0", + "version": "17.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "quoting-service", - "version": "17.1.0", + "version": "17.1.1", "license": "Apache-2.0", "dependencies": { "@hapi/good": "9.0.1", diff --git a/package.json b/package.json index 2572557d..17a9f16d 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": "17.1.0", + "version": "17.1.1", "author": "ModusBox", "contributors": [ "Georgi Georgiev ",