diff options
author | Valery Piashchynski <[email protected]> | 2022-03-23 12:36:04 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-03-23 12:36:04 +0100 |
commit | 6c87237f6f5e4e442efaf57987d36d79563e6848 (patch) | |
tree | c7064f1030b65279dd23d1b1f595eaa87907668b | |
parent | 3442bd0bb2bcfb455a069bd4da24ed157ffeb8bd (diff) |
update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 854e9415..0001cfae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ ## ๐ New: - โ๏ธ [**API**](https://github.com/roadrunner-server/api): add service proto api to manage services, [FR](https://github.com/roadrunner-server/roadrunner/issues/1009) (reporter @butschster) +- +## v2.8.5 (23.03.2022) + +## ๐งน Chore: + +- ๐งโ๐ญ Update all dependencies to the most recent versions. + +## ๐ฉน Fixes: + +- ๐ Fix: Incorrect pointer assign to read the configuration [BUG](https://github.com/roadrunner-server/roadrunner/issues/1066) + +--- ## v2.8.4 (17.03.2022) |