diff --git a/CHANGELOG.md b/CHANGELOG.md index 8339fd78..841855e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [14.0.7](https://github.com/mojaloop/ml-api-adapter/compare/v14.0.6...v14.0.7) (2024-06-11) + + +### Chore + +* dependency updates to address security patches ([#528](https://github.com/mojaloop/ml-api-adapter/issues/528)) ([29a8caa](https://github.com/mojaloop/ml-api-adapter/commit/29a8caad4394407698637a06334da11e62b494d4)) +* **deps:** Bump @apidevtools/json-schema-ref-parser from 11.1.0 to 11.6.2 ([#526](https://github.com/mojaloop/ml-api-adapter/issues/526)) ([035e9b1](https://github.com/mojaloop/ml-api-adapter/commit/035e9b147dcc14641ecde5c8c49bf9f9d065f3fb)) + ### [14.0.6](https://github.com/mojaloop/ml-api-adapter/compare/v14.0.5...v14.0.6) (2024-05-17) diff --git a/package-lock.json b/package-lock.json index 1ad6abb0..218a3cde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mojaloop/ml-api-adapter", - "version": "14.0.6", + "version": "14.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mojaloop/ml-api-adapter", - "version": "14.0.6", + "version": "14.0.7", "license": "Apache-2.0", "dependencies": { "@hapi/basic": "7.0.2", diff --git a/package.json b/package.json index 4f5d8ae6..8a4264a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/ml-api-adapter", - "version": "14.0.6", + "version": "14.0.7", "description": "Convert from ML API to/from internal Central Services messaging format", "license": "Apache-2.0", "private": true,