diff --git a/CHANGES.txt b/CHANGES.txt index e69f0842..1287f655 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +5.8.2 (Sep 13, 2024) +- Fixed healcheck monitor for cases with no segments. +- Updated go-split-commons version to v6.0.1. + 5.8.1 (Jul 12, 2024) - Fixed vulnerabilities: - Updated debian image to 12.6 diff --git a/splitio/version.go b/splitio/version.go index e2984b51..11d3d202 100644 --- a/splitio/version.go +++ b/splitio/version.go @@ -2,4 +2,4 @@ package splitio // Version is the version of this Agent -const Version = "5.8.1" +const Version = "5.8.2"