diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8a38619..9503eff 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Avoid permission denied when writing to test files created by root + hash: 9977c922fc8645488f62d7ac53747f066a323614 + 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.33 + title: "" + date: 2023-11-16T16:03:37.376Z - commits: - subject: Optionally log in to DockerHub during healthchecks hash: e49608bd122c70b04e723bc244e105c96514c9bf diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d7db1..5f727f4 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.33 +## (2023-11-16) + +* Avoid permission denied when writing to test files created by root [Kyle Harding] + # v0.0.32 ## (2023-11-16) diff --git a/VERSION b/VERSION index f9d08f8..2b80db2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.32 \ No newline at end of file +0.0.33 \ No newline at end of file