diff --git a/CHANGELOG.md b/CHANGELOG.md index 841855e8..7ed6f43a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0.0](https://github.com/mojaloop/ml-api-adapter/compare/v14.0.7...v15.0.0) (2024-12-06) + + +### ⚠ BREAKING CHANGES + +* fx and interscheme implementation (#534) + +### Features + +* fx and interscheme implementation ([#534](https://github.com/mojaloop/ml-api-adapter/issues/534)) ([b270825](https://github.com/mojaloop/ml-api-adapter/commit/b270825ed0f16760d8ffa5acb43063bb980177fc)), closes [mojaloop/#3574](https://github.com/mojaloop/project/issues/3574) + ### [14.0.7](https://github.com/mojaloop/ml-api-adapter/compare/v14.0.6...v14.0.7) (2024-06-11) diff --git a/package-lock.json b/package-lock.json index 1446c4ab..67b5745f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mojaloop/ml-api-adapter", - "version": "14.1.0-snapshot.25", + "version": "15.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mojaloop/ml-api-adapter", - "version": "14.1.0-snapshot.25", + "version": "15.0.0", "license": "Apache-2.0", "dependencies": { "@hapi/basic": "7.0.2", diff --git a/package.json b/package.json index e371f2e2..a3852aa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/ml-api-adapter", - "version": "14.1.0-snapshot.25", + "version": "15.0.0", "description": "Convert from ML API to/from internal Central Services messaging format", "license": "Apache-2.0", "private": true,