From b4055c5794b10d08c92a7fa292419b24b452d54c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 17:07:46 +0000 Subject: [PATCH] chore: release 0.1.3 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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" }