From 9255aeb6d257e686656b31e33a47f4ced67acc2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:13:25 +0000 Subject: [PATCH] chore(main): release 0.1.3 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 016c465..189edb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/brokeyourbike/interswitch-api-client-php/compare/v0.1.2...v0.1.3) (2024-09-02) + + +### Bug Fixes + +* entity and transfer code ([9c3e20e](https://github.com/brokeyourbike/interswitch-api-client-php/commit/9c3e20e7e9ce52d33ae9f1d885ad9294d280ea32)) + ## [0.1.2](https://github.com/brokeyourbike/interswitch-api-client-php/compare/v0.1.1...v0.1.2) (2024-08-07) diff --git a/composer.json b/composer.json index f77202a..2a52009 100644 --- a/composer.json +++ b/composer.json @@ -47,5 +47,5 @@ "bamarni/composer-bin-plugin": true } }, - "version": "0.1.2" + "version": "0.1.3" }