diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e6dd849..a4e24f317 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. +### [15.0.1](https://github.com/mojaloop/central-ledger/compare/v15.0.0...v15.0.1) (2022-05-26) + + +### Bug Fixes + +* error codes for liquidity and ndc limit check ([#901](https://github.com/mojaloop/central-ledger/issues/901)) ([83a197c](https://github.com/mojaloop/central-ledger/commit/83a197cdded36f71c884104587cd67d2f494ce92)) + ## [15.0.0](https://github.com/mojaloop/central-ledger/compare/v14.0.0...v15.0.0) (2022-05-26) diff --git a/package-lock.json b/package-lock.json index b9ad7d855..798154864 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mojaloop/central-ledger", - "version": "15.0.0", + "version": "15.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mojaloop/central-ledger", - "version": "15.0.0", + "version": "15.0.1", "license": "Apache-2.0", "dependencies": { "@hapi/good": "9.0.1", diff --git a/package.json b/package.json index 568ef8f5b..992b8d4c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/central-ledger", - "version": "15.0.0", + "version": "15.0.1", "description": "Central ledger hosted by a scheme to record and settle transfers", "license": "Apache-2.0", "author": "ModusBox",