diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2c2bab7..c933f73 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Move the no-systemd compatibility tag to a suffix + hash: a869fb57fe2866a16aecfc75f33eb679696de3dd + body: > + We kept it as a prefix for historical reasons, but renovate versioning + expects the docker compatibility tag to follow the semver. + footer: + Change-type: patch + change-type: patch + author: Kyle Harding + nested: [] + version: 17.0.6 + title: "" + date: 2024-02-27T15:03:10.991Z - commits: - subject: Update dependency node to v21.6.2 hash: faafec8bb43b315b2d565dfb924e4dc91195a6ec diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e08da3..f106d1a 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/). +# v17.0.6 +## (2024-02-27) + +* Move the no-systemd compatibility tag to a suffix [Kyle Harding] + # v17.0.5 ## (2024-02-14) diff --git a/VERSION b/VERSION index 9910c7f..d1fd34f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.0.5 \ No newline at end of file +17.0.6 \ No newline at end of file