From a6855f46fc031ed5e15d99dc67374d2c83522385 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Mon, 8 May 2023 20:00:39 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e929d63f..02a9bbd95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Added `depends_on` and `healthcheck` for the _Postgres_ and _Redis_ services to the `docker-compose` files (`docker-compose.yml` and `docker-compose.build.yml`) + +## Unreleased + ### Changed - Improved the management of platforms in the admin control panel - Improved the style of the interstitial for the subscription - Improved the language localization for German (`de`) -### Fixed - -- Fixed an issue while starting services by adding `depends_on` and `healthcheck` for _Postgres_ and _Redis_ services to the `docker-compose` files (`docker-compose.yml` and `docker-compose.build.yml`) - ## 1.266.0 - 2023-05-06 ### Added