diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index de445a9..3f7bfad 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: "patch: Add support for external contributors" + hash: 24a218ead075bc249bfef1a3f9ff9d579fbff04a + body: "" + footer: {} + author: Vipul Gupta + nested: [] + version: 1.0.4 + title: "" + date: 2024-04-03T06:24:29.056Z - commits: - subject: "patch: replace balenaCI with flowzone" hash: 4b49189331dc7c38d2208c4e9560fdb0d8dc74fe diff --git a/CHANGELOG.md b/CHANGELOG.md index 6316f0d..ce851f1 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.0.4 +## (2024-04-03) + +* patch: Add support for external contributors [Vipul Gupta] + # v1.0.3 ## (2022-11-07) diff --git a/VERSION b/VERSION index e4c0d46..a6a3a43 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3 \ No newline at end of file +1.0.4 \ No newline at end of file diff --git a/balena.yml b/balena.yml index afb41cb..015b19e 100644 --- a/balena.yml +++ b/balena.yml @@ -2,13 +2,14 @@ name: balena-go-hello-world type: sw.application joinable: false description: >- - This is a simple skeleton Go server that works on any of the - devices supported by balena. It also serves as a boilerplate project for you - to get started on building your fleet. Have fun! + This is a simple skeleton Go server that works on any of the devices supported + by balena. It also serves as a boilerplate project for you to get started on + building your fleet. Have fun! post-provisioning: >- ## Usage instructions - Allow a few minutes for your device to download the app. Once it's completed, the welcome page should be accessible on the public device URL. + Allow a few minutes for your device to download the app. Once it's completed, + the welcome page should be accessible on the public device URL. assets: repository: type: blob.asset @@ -25,4 +26,4 @@ data: - fincm3 - beaglebone-black - jetson-tx2 -version: 1.0.3 +version: 1.0.4