diff --git a/CHANGES.txt b/CHANGES.txt index cbbb0f56e..b9ead323f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +5.3.2 (Aug 20, 2025) +- Fixed issue with uncaught exception on flags preloading. + 5.3.1 (Jul 30, 2025) - Fixed race condition in database initialization. - Fixed increased ANRs when pausing task executor. diff --git a/build.gradle b/build.gradle index 8a3fb0b14..4df504395 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ apply from: 'spec.gradle' apply from: 'jacoco.gradle' ext { - splitVersion = '5.3.2-rc1' + splitVersion = '5.3.2' jacocoVersion = '0.8.8' }