diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9761b67 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 0.1.0 (2022-01-26) + + +### Features + +* add client ([9670bd9](https://www.github.com/brokeyourbike/western-union-api-client-php/commit/9670bd91b79e68fc3b321fa605938d9b6aee72cc)) + + +### Miscellaneous Chores + +* update example ([ec718aa](https://www.github.com/brokeyourbike/western-union-api-client-php/commit/ec718aae4ecca9ae4ef6d95f06c83c1770c9f72d)) diff --git a/composer.json b/composer.json index 5088805..c9412e7 100644 --- a/composer.json +++ b/composer.json @@ -44,5 +44,6 @@ "allow-plugins": { "bamarni/composer-bin-plugin": true } - } + }, + "version": "0.1.0" }