From ce3120e51dedef5a8c57f494af286c779d345c98 Mon Sep 17 00:00:00 2001 From: Elvis de Freitas Date: Mon, 7 Oct 2024 10:11:04 -0300 Subject: [PATCH] release notes --- RELEASE-NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index f11babbcc..012d1831a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,7 @@ +## 3.30.2 +* Detect which condition didn't match and log the cause when configuring DPS as default DNS #580 +* Fixed backend develop docker-compose.yml + ## 3.30.1 * Implemented but not exposed Canary Rate Threshold Circuit Breaker Strategy. #533