Skip to content

Commit

Permalink
chore(release): 0.1.0-beta.8 [skip ci]
Browse files Browse the repository at this point in the history
# [0.1.0-beta.8](0.1.0-beta.7...0.1.0-beta.8) (2022-06-04)

### Features

* set the client userId and deviceId in identify call ([#37](#37)) ([2c8b3f1](2c8b3f1))
  • Loading branch information
amplitude-sdk-bot committed Jun 4, 2022
1 parent a1bcedb commit 9c44499
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 @@
# [0.1.0-beta.8](https://github.com/amplitude/Amplitude-Kotlin/compare/0.1.0-beta.7...0.1.0-beta.8) (2022-06-04)


### Features

* set the client userId and deviceId in identify call ([#37](https://github.com/amplitude/Amplitude-Kotlin/issues/37)) ([2c8b3f1](https://github.com/amplitude/Amplitude-Kotlin/commit/2c8b3f1160f8503d827ca7367ada9da57836e968))

# [0.1.0-beta.7](https://github.com/amplitude/Amplitude-Kotlin/compare/0.1.0-beta.6...0.1.0-beta.7) (2022-06-01)


Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
PUBLISH_NAME = 'Amplitude Android Kotlin SDK'
PUBLISH_DESCRIPTION = 'Amplitude Kotlin client-side SDK for Android'
PUBLISH_GROUP_ID = 'com.amplitude'
PUBLISH_VERSION = '0.1.0-beta.7'
PUBLISH_VERSION = '0.1.0-beta.8'
PUBLISH_ARTIFACT_ID = 'analytics-android'
}

Expand Down

0 comments on commit 9c44499

Please sign in to comment.