diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4056868..6e20f9d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: Remove repo config from flowzone.yml + hash: c7d293f1219a70a3d90ab5453dd93bde7beefea8 + body: | + This functionality is being deprecated in Flowzone. + + See: https://github.com/product-os/flowzone/pull/833 + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 0.0.3 + title: "" + date: 2023-12-19T21:50:51.233Z - commits: - subject: update image and flowzone hash: 295faaac0256a5ab721391ef2182adb97abc5d8b diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af53b3..7360184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v0.0.3 +## (2023-12-19) + +* Remove repo config from flowzone.yml [Kyle Harding] + # v0.0.2 ## (2023-05-23) diff --git a/VERSION b/VERSION index 7bcd0e3..6812f81 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.2 \ No newline at end of file +0.0.3 \ No newline at end of file