Skip to content

Commit

Permalink
chore: prepare for release (#362)
Browse files Browse the repository at this point in the history
* prepare for release

* Update CHANGELOG.md

Co-authored-by: Tom Zurkan <tzurkan@gmail.com>
  • Loading branch information
thomaszurkan-optimizely and twzurkan authored Feb 10, 2021
1 parent 4704fed commit 760fdaa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Optimizely Android X SDK Changelog

# Release 3.9.0
Febuary 9th 2021

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

- setAttribute
- decide
- decideAll
- decideForKeys
- trackEvent

Also related to java sdk release [here]https://github.com/optimizely/java-sdk/releases/tag/3.8.0).
- 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).

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

## 3.8.0
November 20th, 2020

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ext {
build_tools_version = "29.0.3"
min_sdk_version = 14
target_sdk_version = 29
java_core_ver = "3.8.0-beta2"
java_core_ver = "3.8.0"
android_logger_ver = "1.3.6"
jacksonversion= "2.11.2"
annotations_ver = "1.0.0"
Expand Down

0 comments on commit 760fdaa

Please sign in to comment.