From 96234b3150e628554921eed5745364f942fba955 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 16:21:00 +0000 Subject: [PATCH] chore: release 0.2.1 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0409b42..851e774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.2.1](https://www.github.com/glocurrency/tingg-service/compare/v0.2.0...v0.2.1) (2022-04-07) + + +### Bug Fixes + +* use proper property value ([ada3a64](https://www.github.com/glocurrency/tingg-service/commit/ada3a6475501faf7372e5e624fc7d3ee2e884426)) + ## [0.2.0](https://www.github.com/glocurrency/tingg-service/compare/v0.1.1...v0.2.0) (2022-04-07) diff --git a/composer.json b/composer.json index f80e121..303e183 100644 --- a/composer.json +++ b/composer.json @@ -59,5 +59,5 @@ "url": "https://repo.packagist.com/glocurrency/" } }, - "version": "0.2.0" + "version": "0.2.1" }