diff --git a/CHANGELOG.md b/CHANGELOG.md index 470ce458..dcdb767f 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. +### [16.0.1](https://github.com/mojaloop/quoting-service/compare/v16.0.0...v16.0.1) (2024-12-18) + + +### Refactors + +* **csi-944:** refactor code for maintainability ([#379](https://github.com/mojaloop/quoting-service/issues/379)) ([80beb3f](https://github.com/mojaloop/quoting-service/commit/80beb3f04fc106903a88b01ea9aa78b5f45fff0c)) + ## [16.0.0](https://github.com/mojaloop/quoting-service/compare/v15.7.3...v16.0.0) (2024-12-17) diff --git a/package-lock.json b/package-lock.json index 8cb5c8e2..1024af68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "quoting-service", - "version": "16.0.0", + "version": "16.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "quoting-service", - "version": "16.0.0", + "version": "16.0.1", "license": "Apache-2.0", "dependencies": { "@hapi/good": "9.0.1", diff --git a/package.json b/package.json index 5038813f..be60b013 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": "16.0.0", + "version": "16.0.1", "author": "ModusBox", "contributors": [ "Georgi Georgiev ",