Skip to content

Commit b5e8a64

Browse files
UPS release 4.1.0 (#499)
1 parent 24b82de commit b5e8a64

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Optimizely Android X SDK Changelog
22

3+
## 4.1.0
4+
November 13th, 2024
5+
6+
### New Features
7+
* Batch UPS lookup and save calls in decideAll and decideForKeys methods ([#498](https://github.com/optimizely/android-sdk/pull/498)).
38

49
## 4.0.4
510
September 10th, 2024

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repositories {
3333
}
3434
3535
dependencies {
36-
implementation 'com.optimizely.ab:android-sdk:4.0.4'
36+
implementation 'com.optimizely.ab:android-sdk:4.1.0'
3737
}
3838
```
3939

0 commit comments

Comments
 (0)