From 8755134fb4ff8f8458558d937c823ed79c522a93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Dec 2021 15:49:39 +0000 Subject: [PATCH] chore: release 0.2.0 --- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1336c9f..d0fe30e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://www.github.com/brokeyourbike/bancore-api-client-php/compare/v0.1.0...v0.2.0) (2021-12-25) + + +### ⚠ BREAKING CHANGES + +* it's a breaking change + +### Bug Fixes + +* it's a breaking change ([9c193d8](https://www.github.com/brokeyourbike/bancore-api-client-php/commit/9c193d806b8b3facdcdde84f0bb2a6e3dab70429)) +* use native enums ([eb4a9e4](https://www.github.com/brokeyourbike/bancore-api-client-php/commit/eb4a9e46af9640fc6299a8ffd653091e643bdf67)) + ## 0.1.0 (2021-12-19) diff --git a/composer.json b/composer.json index 000ee0d..5ac7a76 100644 --- a/composer.json +++ b/composer.json @@ -35,5 +35,5 @@ "mockery/mockery": "^1.4", "nesbot/carbon": "^2.53" }, - "version": "0.1.0" + "version": "0.2.0" }