From 30fafd87cd4ccd434b06513708281e78de2ec73c Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Thu, 11 Jul 2024 14:57:20 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20bump=200.8.1=20=E2=86=92=200.9.0=20[CI?= =?UTF-8?q?=20SKIP]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ cz.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1708013..63cf2b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.9.0 (2024-07-11) + +### Feat + +- :sparkles: add support for adaptive cards + ## 0.8.1 (2024-07-11) ### Fix diff --git a/cz.yaml b/cz.yaml index 505a525..0a95b6a 100644 --- a/cz.yaml +++ b/cz.yaml @@ -5,5 +5,5 @@ commitizen: name: cz_conventional_commits tag_format: $version update_changelog_on_bump: true - version: 0.8.1 + version: 0.9.0 version_scheme: semver