From 26bfce351284923a01354f33cdcf4c32ff4dcf3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 21:20:25 +0000 Subject: [PATCH] chore: release 0.3.2 --- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29950d0..de7706f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +### [0.3.2](https://www.github.com/brokeyourbike/uba-api-client-php/compare/v0.3.1...v0.3.2) (2023-05-14) + + +### Bug Fixes + +* allow to use composer bin ([d399507](https://www.github.com/brokeyourbike/uba-api-client-php/commit/d399507570564837f73e69f74c3f93dbc89a02b6)) + + +### Miscellaneous Chores + +* badges ([abd8919](https://www.github.com/brokeyourbike/uba-api-client-php/commit/abd8919555ce841c96dd5c2f231fad53a0c990d9)) + ### [0.3.1](https://www.github.com/brokeyourbike/uba-api-client-php/compare/v0.3.0...v0.3.1) (2022-02-21) diff --git a/composer.json b/composer.json index f96dd96..bf82024 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "phpunit/phpunit": "^9", "mockery/mockery": "^1.4" }, - "version": "0.3.1", + "version": "0.3.2", "config": { "allow-plugins": { "bamarni/composer-bin-plugin": true