diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b90200ce..854e9415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ - โ๏ธ [**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.4 (17.03.2022) + +## ๐ New: + +- Go update to version `1.18` + +## ๐งน Chore: + +- ๐งโ๐ญ Update all dependencies to the most recent versions. + +## ๐ฉน Fixes: + +- ๐ Fix: No longer able to set environment variables for service [BUG](https://github.com/roadrunner-server/roadrunner/issues/1055), (reporter @andrei-dascalu) + +--- ## v2.8.3 (13.03.2022) |