diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a67567..035301b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.2](https://www.github.com/glocurrency/fidelity-bank-service/compare/v0.1.1...v0.1.2) (2022-02-10) + + +### Bug Fixes + +* use fetched `status` to get the status of transaction ([61a209f](https://www.github.com/glocurrency/fidelity-bank-service/commit/61a209fa419c006857ac9dd4e2f6499568629857)) + ### [0.1.1](https://www.github.com/glocurrency/fidelity-bank-service/compare/v0.1.0...v0.1.1) (2022-02-08) diff --git a/composer.json b/composer.json index 13e3296..83a6618 100644 --- a/composer.json +++ b/composer.json @@ -59,5 +59,5 @@ "url": "https://repo.packagist.com/glocurrency/" } }, - "version": "0.1.1" + "version": "0.1.2" }