diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d503365..71aa4b8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Fix balena binary path + hash: 9481ee85133fbfc076e43db297948c597c88d7ec + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 0.0.4 + title: "" + date: 2024-04-12T17:02:45.287Z - commits: - subject: Fix URL in readme hash: e380a92a8dd5a505f8283ac1297116cfe2849bd4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 95af5f4..0f337b2 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.4 +## (2024-04-12) + +* Fix balena binary path [Kyle Harding] + # v0.0.3 ## (2024-04-12) diff --git a/VERSION b/VERSION index 6812f81..05b19b1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 \ No newline at end of file +0.0.4 \ No newline at end of file