From 5c77feeefaba4611721eae5e618902494bd32788 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 21 Dec 2022 01:12:06 +0100 Subject: [PATCH] prepare release v0.26.0 --- History.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index ba1c67f..f71faaa 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +# 0.26.0 / 2022-12-21 + + * Add health-endpoint, fix copy on empty dir + * [#65] Provide Dockerfile for arm64v8 architecture (#66) + * Update dumb-init + * Switch Dockerfile to readonly modules and recent alpine + * Fix: Compiler refuses to convert 0x0 to string + * [ci] Fix missing utils + * Remove vendored libraries + # 0.25.0 / 2020-06-22 * [#62] Add support for multiple domain requirements (#63) @@ -178,4 +188,4 @@ # 0.1.0 / 2018-01-28 - * Initial version (#1) \ No newline at end of file + * Initial version (#1)