diff --git a/CHANGELOG.md b/CHANGELOG.md index 417d508da..64179c33c 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.3.1](https://github.com/mojaloop/central-ledger/compare/v16.3.0...v16.3.1) (2022-11-21) + + +### Bug Fixes + +* **mojaloop/#3024:** post /bulkTransfers from Switch to PayeeFSP to use Switch as fspiop-source ([#926](https://github.com/mojaloop/central-ledger/issues/926)) ([bce2a23](https://github.com/mojaloop/central-ledger/commit/bce2a23b0e130f3ae3037ae5a31379237468fd23)), closes [mojaloop/#3024](https://github.com/mojaloop/project/issues/3024) + ## [16.3.0](https://github.com/mojaloop/central-ledger/compare/v16.2.0...v16.3.0) (2022-09-08) diff --git a/package-lock.json b/package-lock.json index 4aca0b8b9..8b064cf7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mojaloop/central-ledger", - "version": "16.3.1-snapshot.0", + "version": "16.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mojaloop/central-ledger", - "version": "16.3.1-snapshot.0", + "version": "16.3.1", "license": "Apache-2.0", "dependencies": { "@hapi/good": "9.0.1", diff --git a/package.json b/package.json index 52111fd19..ea552447a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/central-ledger", - "version": "16.3.1-snapshot.0", + "version": "16.3.1", "description": "Central ledger hosted by a scheme to record and settle transfers", "license": "Apache-2.0", "author": "ModusBox",