Skip to content

Commit

Permalink
chore(release): 1.11.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.1](1.11.0...1.11.1) (2023-10-21)

### Bug Fixes

* start() always sets user ([#41](#41)) ([bc15a1f](bc15a1f))
  • Loading branch information
amplitude-sdk-bot committed Oct 21, 2023
1 parent bc15a1f commit ec9e750
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.11.1](https://github.com/amplitude/experiment-android-client/compare/1.11.0...1.11.1) (2023-10-21)


### Bug Fixes

* start() always sets user ([#41](https://github.com/amplitude/experiment-android-client/issues/41)) ([bc15a1f](https://github.com/amplitude/experiment-android-client/commit/bc15a1f1a754912cd64d3526c1f3dd84cf3264d2))

# [1.11.0](https://github.com/amplitude/experiment-android-client/compare/1.10.1...1.11.0) (2023-10-11)


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

Expand Down

0 comments on commit ec9e750

Please sign in to comment.