diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fea896c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## 0.1.0 (2022-01-27) + + +### Features + +* add api client ([8119373](https://www.github.com/brokeyourbike/globus-bank-api-client-php/commit/8119373eb42fe5ae0fbebb23042db62fb6cf7ceb)) + + +### Bug Fixes + +* cover more methods ([708dc92](https://www.github.com/brokeyourbike/globus-bank-api-client-php/commit/708dc927de74cfdbe9891cfa53fc8c5f966885da)) + + +### Miscellaneous Chores + +* add badges ([ef509aa](https://www.github.com/brokeyourbike/globus-bank-api-client-php/commit/ef509aaeaf5d3af65e334788958e3fa74e58c09b)) diff --git a/composer.json b/composer.json index 5783bca..14670fd 100644 --- a/composer.json +++ b/composer.json @@ -45,5 +45,6 @@ "allow-plugins": { "bamarni/composer-bin-plugin": true } - } + }, + "version": "0.1.0" }