From 4b730403d6f40138ab4e9bed7849af1e051ec69f Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Tue, 15 Nov 2022 00:16:17 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/amplitude/experiment-android-client/compare/1.7.0...1.8.0) (2022-11-15) ### Features * support subset flags fetch ([#19](https://github.com/amplitude/experiment-android-client/issues/19)) ([efb987c](https://github.com/amplitude/experiment-android-client/commit/efb987c0dd945ca656374beabb2c8fdc61bc2fbc)) --- CHANGELOG.md | 7 +++++++ docs/navigation.html | 31 +++++++++++++++++-------------- sdk/build.gradle | 2 +- 3 files changed, 25 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7bed5..ef12dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/amplitude/experiment-android-client/compare/1.7.0...1.8.0) (2022-11-15) + + +### Features + +* support subset flags fetch ([#19](https://github.com/amplitude/experiment-android-client/issues/19)) ([efb987c](https://github.com/amplitude/experiment-android-client/commit/efb987c0dd945ca656374beabb2c8fdc61bc2fbc)) + # [1.7.0](https://github.com/amplitude/experiment-android-client/compare/1.6.3...1.7.0) (2022-10-19) diff --git a/docs/navigation.html b/docs/navigation.html index fc4e042..4dc89e7 100644 --- a/docs/navigation.html +++ b/docs/navigation.html @@ -26,39 +26,42 @@
-
- -
+ +
+ + - -
+ -
+ -
- -
+
+ + -
+ -
+ -
+ -
+ - diff --git a/sdk/build.gradle b/sdk/build.gradle index fca1cd6..f1e6fbc 100644 --- a/sdk/build.gradle +++ b/sdk/build.gradle @@ -8,7 +8,7 @@ ext { PUBLISH_NAME = 'Experiment Android SDK' PUBLISH_DESCRIPTION = 'Amplitude Experiment client-side SDK for Android' PUBLISH_GROUP_ID = 'com.amplitude' - PUBLISH_VERSION = '1.7.0' + PUBLISH_VERSION = '1.8.0' PUBLISH_ARTIFACT_ID = 'experiment-android-client' }