diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e26193d..10430e7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,21 @@ +- commits: + - subject: Build policy-bot from source + hash: f6ba4948b3c0a8ffc551656ee1d3152f3deac76c + body: | + The actions run we were depending on to download + the arm64 distribution files has expired, so instead + we can build from source using the upstream Dockerfile + and GitHub workflows as examples. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 0.0.6 + title: "" + date: 2023-12-20T15:42:03.251Z - commits: - subject: Update to v1.31.0 hash: ef19b2639e7bea4d8779a26655e7651f38330bff diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d420c..baf406c 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.6 +## (2023-12-20) + +* Build policy-bot from source [Kyle Harding] + # v0.0.5 ## (2023-07-31) diff --git a/VERSION b/VERSION index fa3de58..99d85ec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.5 \ No newline at end of file +0.0.6 \ No newline at end of file