Skip to content

Commit

Permalink
prepare for release 3.10.2 (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeopt authored Mar 17, 2022
1 parent 336b610 commit 0248dda
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# Optimizely Java X SDK Changelog

## [3.10.2]
March 17th, 2022

### Fixes

- For some audience condition matchers (semantic-version, le, or ge), SDK logs WARNING messages when the attribute value is missing. This is fixed down to the DEBUG level to be consistent with other condition matchers ([#463](https://github.com/optimizely/java-sdk/pull/463)).
- Add an option to specify the client-engine version (android-sdk, etc) in the Optimizely builder ([#466](https://github.com/optimizely/java-sdk/pull/466)).


## [3.10.1]
February 3rd, 2022

### Fixes
- Fix NotificationManager to be thread-safe (add-handler and send-notifications can happen concurrently) ([#460](https://github.com/optimizely/java-sdk/pull/460)).

## 3.10.0
## [3.10.0]
January 10th, 2022

### New Features
Expand Down

0 comments on commit 0248dda

Please sign in to comment.