diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9cff2..497f795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://www.github.com/brokeyourbike/uba-api-client-php/compare/v0.2.3...v0.3.0) (2022-02-08) + + +### ⚠ BREAKING CHANGES + +* it can handle error response + +### Bug Fixes + +* it can handle error response ([8cb7289](https://www.github.com/brokeyourbike/uba-api-client-php/commit/8cb728910a003af50ae79f8d5e3815e0c2f13cbd)) + ### [0.2.3](https://www.github.com/brokeyourbike/uba-api-client-php/compare/v0.2.2...v0.2.3) (2022-01-03) diff --git a/composer.json b/composer.json index 12202e5..e9311a4 100644 --- a/composer.json +++ b/composer.json @@ -41,5 +41,5 @@ "phpunit/phpunit": "^9", "mockery/mockery": "^1.4" }, - "version": "0.2.3" + "version": "0.3.0" }