From 869f7fa58295c099e753a4d0c96a9fad94b355d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 20:36:44 +0000 Subject: [PATCH] chore: release 0.1.1 --- CHANGELOG.md | 13 +++++++++++++ composer.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a051a0e..6c0190c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [0.1.1](https://www.github.com/setnemo/asterisk-notation/compare/v0.1.0...v0.1.1) (2021-09-13) + + +### Bug Fixes + +* update sonarcloud organization ([f57c31a](https://www.github.com/setnemo/asterisk-notation/commit/f57c31ac5ebb7e8b1fb02f33ff4fc107a3e6c8d0)) + + +### Miscellaneous Chores + +* update readme.md ([f47e997](https://www.github.com/setnemo/asterisk-notation/commit/f47e9975fc73f3f486af25a92887c0ee9d5bc9de)) +* update readme.md, update github action name ([45ee6f8](https://www.github.com/setnemo/asterisk-notation/commit/45ee6f8bc3ffc139f08f5bbf54f7335eb8b89091)) + ## [0.1.0](https://www.github.com/setnemo/asterisk-notation/compare/v0.0.0...v0.1.0) (2021-09-07) diff --git a/composer.json b/composer.json index 78de05a..98835df 100644 --- a/composer.json +++ b/composer.json @@ -32,5 +32,5 @@ "Tests\\Helper\\": "tests/_support/Helper" } }, - "version": "0.1.0" + "version": "0.1.1" }