diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e5584..e111d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ 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. +## 1.5.0 (2024-09-22) + + +### Features + +* added boilerplate code for outgoing payments ([0902506](https://github.com/mojaloop/ml-reference-connectors/commit/0902506d5f4aed99c39bc9d03aa3de5b20216b38)) +* added callback endpoint and request handler function ([8e1f100](https://github.com/mojaloop/ml-reference-connectors/commit/8e1f100c03233de75fc6de22b0e081fbb2fe0a88)) +* added collectMoney function and refactored aggregate ([9132392](https://github.com/mojaloop/ml-reference-connectors/commit/91323925847239cf75ffdc6606cc68266a742352)) +* added property attribute to data object in getCustomer method in CBSclient ([2b410c4](https://github.com/mojaloop/ml-reference-connectors/commit/2b410c4e9e6c882e34b12950679da952afa919b3)) +* added refund function to tnm client ([c1b6183](https://github.com/mojaloop/ml-reference-connectors/commit/c1b6183b05d71e095a97316fc417da5701306f46)) +* implement callback functionality ([db356f5](https://github.com/mojaloop/ml-reference-connectors/commit/db356f59f0523dac1272e0e99e526d76646621a3)) +* implemented get transaction enquirey ([a043d6f](https://github.com/mojaloop/ml-reference-connectors/commit/a043d6f1d88c5871da7338e030063f2e59a88cb6)) +* implemented outgoing payments functionality ([2e64944](https://github.com/mojaloop/ml-reference-connectors/commit/2e649443416e27ccc44f4958c588a34c44cfea19)) +* implemented recieve transfers ([4c0c2aa](https://github.com/mojaloop/ml-reference-connectors/commit/4c0c2aac058972bd12cf00802e9fb2a1bab9bcbd)) +* updated api documentation ([82a0435](https://github.com/mojaloop/ml-reference-connectors/commit/82a0435188179bf5d2337cf26a7fa4aafaab53b6)) +* updated readme doc in root folder ([0589704](https://github.com/mojaloop/ml-reference-connectors/commit/058970451cd935e670ec6370df74f3e14c98eec1)) + + +### Bug Fixes + +* added changes from update-payer send money ([a5cc399](https://github.com/mojaloop/ml-reference-connectors/commit/a5cc3991164d491edb9c5d1f6f3c4243c175b594)) +* fix linting errors ([c845b56](https://github.com/mojaloop/ml-reference-connectors/commit/c845b56068d949c507fef087d52ba6a659205bcd)) +* fixed eslint errors ([fddad62](https://github.com/mojaloop/ml-reference-connectors/commit/fddad62df7bcf15749833bdcdf1ce622ba7974b6)) +* fixed failing tests ([5276cf5](https://github.com/mojaloop/ml-reference-connectors/commit/5276cf5fc64c28083ed9fb7505ae025c2ed5df6e)) +* put default values if return value from mojaloop connector is undefined ([803c705](https://github.com/mojaloop/ml-reference-connectors/commit/803c7052ac6ed446aecdcbacf62d44b3c055afcc)) +* refactored interface and git hooks scripts ([40e67ac](https://github.com/mojaloop/ml-reference-connectors/commit/40e67ac0dd6918f631bd1ebf0a22ae9b8acd2df7)) + ## 1.4.0 (2024-09-22) diff --git a/package-lock.json b/package-lock.json index b447978..4935442 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ml-reference-connectors", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ml-reference-connectors", - "version": "1.4.0", + "version": "1.5.0", "license": "ISC", "devDependencies": { "@commitlint/cli": "^19.4.1", diff --git a/package.json b/package.json index 0cb276b..3e31a6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-reference-connectors", - "version": "1.4.0", + "version": "1.5.0", "description": "Collection of reference mojaloop connectors", "main": "index.js", "scripts": {