From b355acb476600ca6a2385534070972a60a43652c Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Thu, 7 Dec 2023 16:53:06 +0100 Subject: [PATCH] 0.5.8 --- version.ts | 2 +- website/CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/version.ts b/version.ts index f6c39f446..e3d2b7e8c 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.5.7"; +export const version = "0.5.8"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 4a077a49b..6d3fee492 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,6 +1,9 @@ An attempt at documenting the changes/new features introduced in each release. +## 0.5.8 +* Various bugfixes, primarily related to the new way of running docker containers, which broke things for some people. Be sure to have a look at the new [[Install/Local$env|environment variable]] configuration options + --- ## 0.5.7