diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d9565..2b43670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.12.2](https://github.com/amplitude/experiment-android-client/compare/1.12.1...1.12.2) (2024-08-20) + + +### Bug Fixes + +* add consumer proguard rules; update kotlin & gradle; lint ([#57](https://github.com/amplitude/experiment-android-client/issues/57)) ([cb1699c](https://github.com/amplitude/experiment-android-client/commit/cb1699c05471ee546b80c4477aa51334ecf92937)) +* load from storage async in init ([#58](https://github.com/amplitude/experiment-android-client/issues/58)) ([827ce6b](https://github.com/amplitude/experiment-android-client/commit/827ce6bd46d5a62326b248a3235c8a4b3ea86c14)) + ## [1.12.1](https://github.com/amplitude/experiment-android-client/compare/1.12.0...1.12.1) (2024-01-29) diff --git a/sdk/build.gradle b/sdk/build.gradle index 24a08df..107d56c 100644 --- a/sdk/build.gradle +++ b/sdk/build.gradle @@ -9,7 +9,7 @@ ext { PUBLISH_NAME = 'Experiment Android SDK' PUBLISH_DESCRIPTION = 'Amplitude Experiment client-side SDK for Android' PUBLISH_GROUP_ID = 'com.amplitude' - PUBLISH_VERSION = '1.12.1' + PUBLISH_VERSION = '1.12.2' PUBLISH_ARTIFACT_ID = 'experiment-android-client' }