Skip to content

Commit 15a1a56

Browse files
authored
chore: prepare for release 3.10.1 (#368)
1 parent 8a7c8fb commit 15a1a56

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

CHANGELOG.md

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

3-
# Release 3.10.0
4-
February 24th 2021
3+
## 3.10.1
4+
March 8th, 2021
5+
6+
* Switch publish repository to MavenCentral (bintray/jcenter sunset).
7+
8+
### Bug Fixes
9+
* Remove isValid condition checking from CreateUserContext ([367](https://github.com/optimizely/android-sdk/pull/367)).
10+
11+
12+
## 3.10.0
13+
February 24th, 2021
514

615
PR : [#360](https://github.com/optimizely/android-sdk/pull/360)
716
- Deprecate and remove job scheduler in favor of the androidx work manager. Issue #350
@@ -11,11 +20,11 @@ PR : [#360](https://github.com/optimizely/android-sdk/pull/360)
1120
- DatafileClient download timeout can be set.
1221

1322

14-
# Release 3.9.0
15-
February 9th 2021
23+
## 3.9.0
24+
February 9th, 2021
1625

17-
- upgrade the androidx and get all tests passing [#356](https://github.com/optimizely/android-sdk/pull/356)
18-
- add a new set of decide apis [#352](https://github.com/optimizely/android-sdk/pull/352)
26+
- Upgrade the androidx and get all tests passing [#356](https://github.com/optimizely/android-sdk/pull/356)
27+
- Add a new set of decide apis [#352](https://github.com/optimizely/android-sdk/pull/352)
1928
The new `OptimizelyUserContext` class is instantiated with `createUserContext` and exposes the following APIs to get `OptimizelyDecision`:
2029

2130
- setAttribute
@@ -27,7 +36,7 @@ The new `OptimizelyUserContext` class is instantiated with `createUserContext` a
2736
Also related to java sdk release [here]https://github.com/optimizely/java-sdk/releases/tag/3.8.0).
2837
- For details, refer to our documentation page: [https://docs.developers.optimizely.com/full-stack/v4.0/docs/android-sdk](https://docs.developers.optimizely.com/full-stack/v4.0/docs/android-sdk).
2938

30-
- remove erroneous error if project id and sdk key are null. [#358](https://github.com/optimizely/android-sdk/pull/358)
39+
- Remove erroneous error if project id and sdk key are null. [#358](https://github.com/optimizely/android-sdk/pull/358)
3140

3241
## 3.8.0
3342
November 20th, 2020

README.md

+1-1
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.10.0'
31+
implementation 'com.optimizely.ab:android-sdk:3.10.1'
3232
}
3333
```
3434

0 commit comments

Comments
 (0)