From 20ef2ed7c101b23854b350e2db874c61030f12c3 Mon Sep 17 00:00:00 2001 From: Bilal Al-Shahwany Date: Wed, 15 Oct 2025 09:32:27 -0700 Subject: [PATCH] Prepare for 4.18.2 release --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index ff03376f..8973780e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +4.18.2 (Oct 15, 2025) +- Fixed an issue where Manager.splitNames() return incorrect formatted result using redis storage and no custom prefix. +- Added using String only parameter for treatments in FallbackTreatmentConfiguration class. + 4.18.1 (Sep 30, 2025) - Fixed an issue where Streaming client hangs during token renew process.