Skip to content

Commit 5655688

Browse files
committed
Version 5.1.0
1 parent 2d18f80 commit 5655688

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
5.1.0 (Jan 17, 2025)
2+
- Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on SplitView type objects. Read more in our docs.
3+
14
5.0.1 (Nov 22, 2024)
25
- Optimized persistence of impressions deduplication cache.
36

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply plugin: 'kotlin-android'
1717
apply from: 'spec.gradle'
1818

1919
ext {
20-
splitVersion = '5.1.0-rc1'
20+
splitVersion = '5.1.0'
2121
}
2222

2323
android {

0 commit comments

Comments
 (0)