diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e285367..5b392a2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: Remove repo config from flowzone.yml + hash: 66d7f06a5bf798c47016e0c1c4d47a1d7799ff78 + 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: 1.7.5 + title: "" + date: 2023-12-19T23:59:55.936Z - commits: - subject: correct policy and add test hash: ed867bffc1a593e0a1682b49402f9bbb7f950b78 diff --git a/CHANGELOG.md b/CHANGELOG.md index c18d36c..5aa5263 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/). +# v1.7.5 +## (2023-12-19) + +* Remove repo config from flowzone.yml [Kyle Harding] + # v1.7.4 ## (2023-12-19) diff --git a/VERSION b/VERSION index 3511591..5849151 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.4 \ No newline at end of file +1.7.5 \ No newline at end of file