From b98b72dc9ec837f21972940747022d3c45806b96 Mon Sep 17 00:00:00 2001 From: buanet Date: Mon, 20 Feb 2023 18:07:28 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b4f8e9..85ec819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## Changelog -### v8.0.0-beta.1 (coming soon) +### v8.0.0-beta.1 (20.02.2023) * upgrade node version to recommended node18 * rewrite of multihost setup handling * rewrite of custom objects and states db setup handling @@ -7,6 +7,7 @@ * enhance logging and error handling * add volume instruction to dockerfile * add support for password protected custom objects and states db ([#306](https://github.com/buanet/ioBroker.docker/issues/306)) +* add support for redis sentinel ([#311](https://github.com/buanet/ioBroker.docker/issues/311)) * add restore command to maintenance script * add database connection check at startup * remove initial restore feature