From 27a41fe0576717d2c893e99699f76b08f507ba3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 20:34:08 +0000 Subject: [PATCH] chore: release 0.2.1 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 602f947..d9a7642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.2.1](https://www.github.com/brokeyourbike/union-bank-api-client-php/compare/v0.2.0...v0.2.1) (2023-11-23) + + +### Bug Fixes + +* recipient ([97bc4be](https://www.github.com/brokeyourbike/union-bank-api-client-php/commit/97bc4be5d6199a605e05593b757a168102a26545)) + ## [0.2.0](https://www.github.com/brokeyourbike/union-bank-api-client-php/compare/v0.1.5...v0.2.0) (2023-11-23) diff --git a/composer.json b/composer.json index 1e9d049..20976c0 100644 --- a/composer.json +++ b/composer.json @@ -48,5 +48,5 @@ "bamarni/composer-bin-plugin": true } }, - "version": "0.2.0" + "version": "0.2.1" }