From 28864fb9547354d77f9f6552d86a66a25f1eb6d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 May 2023 11:45:03 +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 897298b..195165c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.2.1](https://www.github.com/brokeyourbike/western-union-api-client-php/compare/v0.2.0...v0.2.1) (2023-05-20) + + +### Miscellaneous Chores + +* button ([3d68c79](https://www.github.com/brokeyourbike/western-union-api-client-php/commit/3d68c79b68aad96b002ab34734eb246c6dd310a2)) + ## [0.2.0](https://www.github.com/brokeyourbike/western-union-api-client-php/compare/v0.1.0...v0.2.0) (2023-05-14) diff --git a/composer.json b/composer.json index 0333461..e58768f 100644 --- a/composer.json +++ b/composer.json @@ -46,5 +46,5 @@ "bamarni/composer-bin-plugin": true } }, - "version": "0.2.0" + "version": "0.2.1" }