diff --git a/CHANGELOG.md b/CHANGELOG.md index 6000244..17ad0bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.3](https://www.github.com/glocurrency/bancore-service/compare/v0.1.2...v0.1.3) (2023-05-28) + + +### Bug Fixes + +* blocks 0 ([83a64b3](https://www.github.com/glocurrency/bancore-service/commit/83a64b365596f05e582133714b00670226696374)) + ### [0.1.2](https://www.github.com/glocurrency/bancore-service/compare/v0.1.1...v0.1.2) (2022-11-24) diff --git a/composer.json b/composer.json index 5a4da84..bba7561 100644 --- a/composer.json +++ b/composer.json @@ -55,5 +55,5 @@ "repositories": { "packagist.com": false }, - "version": "0.1.2" + "version": "0.1.3" }