diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8be267e9..dd6aaefc 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: Remove repo config from flowzone.yml + hash: 3ec7abddaa7659e778e255a040dbb2151db3cf1a + 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: 2.4.37 + title: "" + date: 2023-12-19T21:48:25.696Z - commits: - subject: add missing repos hash: 6047ae741ab47b0323572d3518350244eea26363 diff --git a/CHANGELOG.md b/CHANGELOG.md index 033bb2d1..2a44330a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 2.4.37 - 2023-12-19 + +* Remove repo config from flowzone.yml [Kyle Harding] + ## 2.4.36 - 2023-12-15 * add missing repos [Anton Belodedenko] diff --git a/package.json b/package.json index 3653e04a..20affb92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/balena-io-renovate-config", - "version": "2.4.36", + "version": "2.4.37", "private": true, "repository": { "type": "git", @@ -19,6 +19,6 @@ "node": ">=18.12.0" }, "versionist": { - "publishedAt": "2023-12-15T02:38:06.893Z" + "publishedAt": "2023-12-19T21:48:26.015Z" } }