diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 10ccde7..2556ace 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Add docker-bake config for multi-arch amd64/arm64 builds. + hash: 1f9d623d7b351603ae4ae2fd8574fd2e3c04cee3 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Carlo Miguel F. Cruz + signed-off-by: Carlo Miguel F. Cruz + author: Carlo Miguel F. Cruz + nested: [] + version: 1.10.10 + title: "" + date: 2024-10-01T08:11:28.473Z - commits: - subject: Push multi-arch images to ghcr.io. hash: ff2c8df28f3480faab8d11b2db5bd70b739e3cf6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 816407d..378fe67 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.10.10 +## (2024-10-01) + +* Add docker-bake config for multi-arch amd64/arm64 builds. [Carlo Miguel F. Cruz] + # v1.10.9 ## (2024-09-30) diff --git a/VERSION b/VERSION index 0203dc6..58084a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.9 \ No newline at end of file +1.10.10 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 5378556..17a985f 100644 --- a/balena.yml +++ b/balena.yml @@ -27,4 +27,4 @@ data: - surface-go - surface-pro-6 - up-board -version: 1.10.9 +version: 1.10.10