diff --git a/CHANGELOG.md b/CHANGELOG.md index d47f16b..eb72f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/amplitude/experiment-android-client/compare/1.5.0...1.5.1) (2022-02-12) + + +### Bug Fixes + +* exposure tracking provider in config builder ([6b172d5](https://github.com/amplitude/experiment-android-client/commit/6b172d576d6ec24773fce6a6c357543628814cdb)) + # [1.5.0](https://github.com/amplitude/experiment-android-client/compare/1.4.0...1.5.0) (2022-02-12) diff --git a/sdk/build.gradle b/sdk/build.gradle index 74d5d6f..becc993 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.5.0' + PUBLISH_VERSION = '1.5.1' PUBLISH_ARTIFACT_ID = 'experiment-android-client' }