diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 486472b..ff92799 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: Remove repo config from flowzone.yml + hash: cdec9d6ee3002f6c6126f5feb956365389b83cb9 + 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.4.1 + title: "" + date: 2023-12-19T22:00:18.861Z - commits: - subject: Add DELTA_DELAY configuration variable hash: 8cc2f3e07bad1cf454fed562f1702fa86ecf43e3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 756e6c1..f0bb820 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/). +## 0.4.1 - 2023-12-19 + +* Remove repo config from flowzone.yml [Kyle Harding] + ## 0.4.0 - 2023-04-25 * Add DELTA_DELAY configuration variable [Felipe Lalanne] diff --git a/package.json b/package.json index b5818c0..a807573 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "log-streamer", - "version": "0.4.0", + "version": "0.4.1", "description": "Test utility for debugging log streaming to the Balena API", "homepage": "https://github.com/balena-os/log-streamer#readme", "private": true, @@ -50,6 +50,6 @@ "typescript": "4.8" }, "versionist": { - "publishedAt": "2023-04-25T22:46:27.480Z" + "publishedAt": "2023-12-19T22:00:18.910Z" } }