diff --git a/CHANGELOG.md b/CHANGELOG.md index 826178d..8787f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.10.0](https://github.com/amplitude/experiment-android-client/compare/1.9.0...1.10.0) (2023-06-02) + + +### Features + +* add exp key to variant and exposure ([#26](https://github.com/amplitude/experiment-android-client/issues/26)) ([f25e458](https://github.com/amplitude/experiment-android-client/commit/f25e45882336f99ee0e134497374fd8f76c9a25a)) + # [1.9.0](https://github.com/amplitude/experiment-android-client/compare/1.8.1...1.9.0) (2023-04-24) diff --git a/sdk/build.gradle b/sdk/build.gradle index 3d7e4de..d9f0a1c 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.9.0' + PUBLISH_VERSION = '1.10.0' PUBLISH_ARTIFACT_ID = 'experiment-android-client' }