From 7e989ff4ea3682c863b4442cc97ed881d05d05a6 Mon Sep 17 00:00:00 2001 From: Mateusz Charytoniuk Date: Wed, 17 Jul 2024 23:34:46 +0200 Subject: [PATCH] readme: update changelog --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aa42d54..9e28e6e 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,12 @@ StatsD metrics need to be enabled with the following flags: ## Changelog +### v0.5.0 + +#### Fixes + +- Management server crashed in some scenarios due to concurrency issues + ### v0.4.0 Thank you, [@ScottMcNaught](https://github.com/ScottMcNaught), for the help with debugging the issues! :)