Skip to content

Commit 4f31d45

Browse files
authored
chore: prepare for release 3.11.1 (#387)
1 parent 2219617 commit 4f31d45

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 3.11.1
4+
October 4th, 2021
5+
6+
### Bug Fixes
7+
* Support long lists of event attributes (> 100) and/or large event batch size (> 100) over the WorkManager Data 10KB size limit ([386](https://github.com/optimizely/android-sdk/pull/386)).
8+
9+
310
## 3.11.0
411
September 16th, 2021
512

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repositories {
3737
}
3838
3939
dependencies {
40-
implementation 'com.optimizely.ab:android-sdk:3.11.0'
40+
implementation 'com.optimizely.ab:android-sdk:3.11.1'
4141
}
4242
```
4343

0 commit comments

Comments
 (0)