Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](1.1.0...1.1.1) (2021-06-29)

### Bug Fixes

* formatting ([d455e87](d455e87))
* use DefaultUserProvider in client by default ([#4](#4)) ([5742e36](5742e36))
  • Loading branch information
amplitude-sdk-bot committed Jun 29, 2021
1 parent f5f46b8 commit 99470eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.1](https://github.com/amplitude/experiment-android-client/compare/1.1.0...1.1.1) (2021-06-29)


### Bug Fixes

* formatting ([d455e87](https://github.com/amplitude/experiment-android-client/commit/d455e87d91b73a1eea592d14fc2343fe6bd37c63))
* use DefaultUserProvider in client by default ([#4](https://github.com/amplitude/experiment-android-client/issues/4)) ([5742e36](https://github.com/amplitude/experiment-android-client/commit/5742e3686f8c99e37d26d6f86279ca0c580633be))

# [1.1.0](https://github.com/amplitude/experiment-android-client/compare/1.0.0...1.1.0) (2021-06-28)


Expand Down
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0'
PUBLISH_VERSION = '1.1.1'
PUBLISH_ARTIFACT_ID = 'experiment-android-client'
}

Expand Down

0 comments on commit 99470eb

Please sign in to comment.