diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5935084..35e040d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Hardcode the UIDs for each user so they cannot change + hash: 84e6e137a645fc5663734e815ccece2a2563fe7c + 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.12 + title: "" + date: 2023-11-21T21:18:13.223Z - commits: - subject: Create users and run ssh server hash: 22eef76aacd08868fb2975bd66ac873552991609 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d0a26b..6dc86ca 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.12 +## (2023-11-21) + +* Hardcode the UIDs for each user so they cannot change [Kyle Harding] + # v0.0.11 ## (2023-11-21) diff --git a/VERSION b/VERSION index 58682af..9bbaee4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.11 \ No newline at end of file +0.0.12 \ No newline at end of file diff --git a/balena.yml b/balena.yml index d0d5e3b..9fa8501 100644 --- a/balena.yml +++ b/balena.yml @@ -1,3 +1,3 @@ name: yocto-dev type: sw.application -version: 0.0.11 +version: 0.0.12