From d075ae96c4b37f004455006d7e83d1ea241707ba Mon Sep 17 00:00:00 2001 From: Tom Zurkan Date: Mon, 21 Sep 2020 13:52:04 -0700 Subject: [PATCH 1/3] update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d14c7da..0d82f19fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Optimizely Java X SDK Changelog +## [3.6.0-beta] +September 21st, 2020 + +### New Features +- Add support for version audience condition which follows the semantic version (http://semver.org)[#386](https://github.com/optimizely/java-sdk/pull/386) + +- Add support for datafile accessor [#392](https://github.com/optimizely/java-sdk/pull/392) + +- Update libraries [#397](https://github.com/optimizely/java-sdk/pull/397) + +- Audience logging refactor (move from info to debug) [#380](https://github.com/optimizely/java-sdk/pull/380) + ## [3.5.0] July 7th, 2020 From b3c05bf8bc2827b5e15969e98002b453597d2efc Mon Sep 17 00:00:00 2001 From: Tom Zurkan Date: Tue, 29 Sep 2020 15:54:41 -0700 Subject: [PATCH 2/3] update changelog with all relevent PRs --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d82f19fa..5144b21d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Optimizely Java X SDK Changelog -## [3.6.0-beta] -September 21st, 2020 +## [3.6.0] +September 30th, 2020 ### New Features - Add support for version audience condition which follows the semantic version (http://semver.org)[#386](https://github.com/optimizely/java-sdk/pull/386) @@ -12,6 +12,13 @@ September 21st, 2020 - Audience logging refactor (move from info to debug) [#380](https://github.com/optimizely/java-sdk/pull/380) +- Added SetDatafileAccessToken method in OptimizelyFactory [#384](https://github.com/optimizely/java-sdk/pull/384) + +- Add MatchRegistry for custom match implementations. [#390] (https://github.com/optimizely/java-sdk/pull/390) + +### Fixes: +- logging issue in quick-start application [#402] (https://github.com/optimizely/java-sdk/pull/402) + ## [3.5.0] July 7th, 2020 From b7dedab9aa51bdab5ec43a6c617dc7392a741a19 Mon Sep 17 00:00:00 2001 From: Tom Zurkan Date: Tue, 29 Sep 2020 16:02:54 -0700 Subject: [PATCH 3/3] move library update to fix --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5144b21d4..121b920b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,20 @@ September 30th, 2020 ### New Features -- Add support for version audience condition which follows the semantic version (http://semver.org)[#386](https://github.com/optimizely/java-sdk/pull/386) +- Add support for version audience condition which follows the semantic version (http://semver.org)[#386](https://github.com/optimizely/java-sdk/pull/386). -- Add support for datafile accessor [#392](https://github.com/optimizely/java-sdk/pull/392) +- Add support for datafile accessor [#392](https://github.com/optimizely/java-sdk/pull/392). -- Update libraries [#397](https://github.com/optimizely/java-sdk/pull/397) +- Audience logging refactor (move from info to debug) [#380](https://github.com/optimizely/java-sdk/pull/380). -- Audience logging refactor (move from info to debug) [#380](https://github.com/optimizely/java-sdk/pull/380) +- Added SetDatafileAccessToken method in OptimizelyFactory [#384](https://github.com/optimizely/java-sdk/pull/384). -- Added SetDatafileAccessToken method in OptimizelyFactory [#384](https://github.com/optimizely/java-sdk/pull/384) - -- Add MatchRegistry for custom match implementations. [#390] (https://github.com/optimizely/java-sdk/pull/390) +- Add MatchRegistry for custom match implementations. [#390] (https://github.com/optimizely/java-sdk/pull/390). ### Fixes: -- logging issue in quick-start application [#402] (https://github.com/optimizely/java-sdk/pull/402) +- logging issue in quick-start application [#402] (https://github.com/optimizely/java-sdk/pull/402). + +- Update libraries to latest to avoid vulnerability issues [#397](https://github.com/optimizely/java-sdk/pull/397). ## [3.5.0] July 7th, 2020