diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f5192f3..cb71178 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: implement private certificate renewal + hash: 5ddeec8cfe1dc6af5307c36af2e22e5aa5a0267f + body: | + * don't touch customer provided certs + footer: + change-type: minor + author: Anton Belodedenko + nested: [] + version: 0.2.0 + title: "" + date: 2024-01-26T14:24:55.080Z - commits: - subject: Update the links to certificates when DNS_TLD or TLD changes. hash: 07c8efe990e3cd1d4e486e4302567b548f8ba576 diff --git a/CHANGELOG.md b/CHANGELOG.md index 544932a..412c949 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.2.0 +## (2024-01-26) + +* implement private certificate renewal [Anton Belodedenko] + # v0.1.17 ## (2023-06-27) diff --git a/VERSION b/VERSION index 44a7df2..341cf11 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.17 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 6fdcef9..d1410db 100644 --- a/balena.yml +++ b/balena.yml @@ -38,4 +38,4 @@ data: - qemux86 - qemux86-64 - generic-aarch64 -version: 0.1.17 +version: 0.2.0