Skip to content

Commit 5b1bd28

Browse files
chore: change change log (#363)
* change change log * update to release 3.10.0 * update readme to correct version Co-authored-by: Tom Zurkan <[email protected]>
1 parent 790e1de commit 5b1bd28

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Optimizely Android X SDK Changelog
22

3+
# Release 3.10.0
4+
February 24th 2021
5+
6+
PR : [#360](https://github.com/optimizely/android-sdk/pull/360)
7+
- Deprecate and remove job scheduler in favor of the androidx work manager. Issue #350
8+
- Deprecate Intent and Intent service in favor of workers. Issue #350
9+
- Remove deprecated API SUPPLICANT ACTION. Issue #347
10+
- Remove AsyncTask in favor of straight executor. Issue #351
11+
- DatafileClient download timeout can be set.
12+
13+
314
# Release 3.9.0
4-
Febuary 9th 2021
15+
February 9th 2021
516

617
- upgrade the androidx and get all tests passing [#356](https://github.com/optimizely/android-sdk/pull/356)
718
- add a new set of decide apis [#352](https://github.com/optimizely/android-sdk/pull/352)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
}
2929
3030
dependencies {
31-
implementation 'com.optimizely.ab:android-sdk:3.8.0'
31+
implementation 'com.optimizely.ab:android-sdk:3.10.0'
3232
}
3333
```
3434

0 commit comments

Comments
 (0)