From e10bfd697669ce38c833d3557b32bbcf4fe5d571 Mon Sep 17 00:00:00 2001 From: mojaloopci Date: Fri, 20 Dec 2024 21:06:52 +0000 Subject: [PATCH] chore(release): 18.0.0 [skip ci] --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ded7141b..1ff0d78d5 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. +## [18.0.0](https://github.com/mojaloop/central-ledger/compare/v17.7.8...v18.0.0) (2024-12-20) + + +### ⚠ BREAKING CHANGES + +* fx and interscheme implementation (#1058) + +### Features + +* fx and interscheme implementation ([#1058](https://github.com/mojaloop/central-ledger/issues/1058)) ([aece4c7](https://github.com/mojaloop/central-ledger/commit/aece4c7df3ec2ef277f21af8c8ed32548a1a4308)), closes [#988](https://github.com/mojaloop/central-ledger/issues/988) [#989](https://github.com/mojaloop/central-ledger/issues/989) [#986](https://github.com/mojaloop/central-ledger/issues/986) [mojaloop/#3689](https://github.com/mojaloop/project/issues/3689) + ### [17.7.8](https://github.com/mojaloop/central-ledger/compare/v17.7.7...v17.7.8) (2024-06-14) diff --git a/package-lock.json b/package-lock.json index 9d3f562c4..8f1f9301f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mojaloop/central-ledger", - "version": "17.8.0-snapshot.34", + "version": "18.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mojaloop/central-ledger", - "version": "17.8.0-snapshot.34", + "version": "18.0.0", "license": "Apache-2.0", "dependencies": { "@hapi/basic": "7.0.2", diff --git a/package.json b/package.json index 673c9de19..94a4689b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/central-ledger", - "version": "17.8.0-snapshot.34", + "version": "18.0.0", "description": "Central ledger hosted by a scheme to record and settle transfers", "license": "Apache-2.0", "author": "ModusBox",