From 24fd806534b02303f2cd5e650a596db24e0aaf89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:38:22 +0000 Subject: [PATCH] chore: release 0.4.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ composer.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10170a8..e87e063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.4.0](https://www.github.com/brokeyourbike/zenith-bank-api-client-php/compare/v0.3.2...v0.4.0) (2024-02-22) + + +### ⚠ BREAKING CHANGES + +* no raw + +### Features + +* more statuses ([0477757](https://www.github.com/brokeyourbike/zenith-bank-api-client-php/commit/04777574c655512eb7863b73046f4422c841bf8f)) +* NGN endpoints ([c536e58](https://www.github.com/brokeyourbike/zenith-bank-api-client-php/commit/c536e58259b4646bd3eb31c8e35a52e27392150d)) + + +### Bug Fixes + +* less cache ([ceefd20](https://www.github.com/brokeyourbike/zenith-bank-api-client-php/commit/ceefd20ed94e307f90e99883054edcd45a98c7c3)) +* no raw ([69c2587](https://www.github.com/brokeyourbike/zenith-bank-api-client-php/commit/69c258771412c07e6140c814e307eb99e3648fb5)) +* test ([5e954cc](https://www.github.com/brokeyourbike/zenith-bank-api-client-php/commit/5e954cc84e676dd94f08989c3e95c0675adcd314)) + + +### Miscellaneous Chores + +* button ([dcf794c](https://www.github.com/brokeyourbike/zenith-bank-api-client-php/commit/dcf794c50b6e67be02f21576dd3f2a70b76f0096)) + ### [0.3.2](https://www.github.com/brokeyourbike/zenith-bank-api-client-php/compare/v0.3.1...v0.3.2) (2023-05-14) diff --git a/composer.json b/composer.json index 539c16d..fd96294 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "phpunit/phpunit": "^9", "mockery/mockery": "^1.4" }, - "version": "0.3.2", + "version": "0.4.0", "config": { "allow-plugins": { "bamarni/composer-bin-plugin": true