Skip to content

Commit 8a40eed

Browse files
committed
Version 5.5.0
1 parent d35b0fc commit 8a40eed

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
5.5.0 (Jan 23, 2026)
2+
- Added functionality to provide metadata alongside SDK update and READY events. Read more in our docs.
3+
- Fixed issue in which TLS 1.2 was being forced for new connections.
4+
15
5.4.2 (Oct 30, 2025)
26
- Added support for Fallback Treatments in LOCALHOST mode.
37

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply plugin: 'com.vanniktech.maven.publish'
1616
apply from: "$rootDir/gradle/jacoco-root.gradle"
1717

1818
ext {
19-
splitVersion = '5.5.0-rc1'
19+
splitVersion = '5.5.0'
2020
jacocoVersion = '0.8.8'
2121
}
2222

0 commit comments

Comments
 (0)