From f3a90343638fd0e36940325efbf98114fa7c4835 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:49:04 +0000 Subject: [PATCH] chore: release 0.3.0 --- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a79442..093aee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.0](https://www.github.com/glocurrency/union-bank-service/compare/v0.2.3...v0.3.0) (2023-11-23) + + +### Features + +* account invalid ([60a2fc3](https://www.github.com/glocurrency/union-bank-service/commit/60a2fc304c927f4a8ced47e7118547343ab19a28)) + + +### Bug Fixes + +* update union bank client ([ec673a1](https://www.github.com/glocurrency/union-bank-service/commit/ec673a1b5c1e39c15d71f8104e7497a192a6b39a)) + ### [0.2.3](https://www.github.com/glocurrency/union-bank-service/compare/v0.2.2...v0.2.3) (2023-05-28) diff --git a/composer.json b/composer.json index 6eab2b5..0165ccb 100644 --- a/composer.json +++ b/composer.json @@ -55,5 +55,5 @@ "repositories": { "packagist.com": false }, - "version": "0.2.3" + "version": "0.3.0" }