Skip to content

Commit

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

### Features

* add event id support ([#25](#25)) ([94aaa6b](94aaa6b))
* add Java android example ([#24](#24)) ([2670a2b](2670a2b))
* remove json object from public interface ([#26](#26)) ([0840b5d](0840b5d))
  • Loading branch information
amplitude-sdk-bot committed Apr 22, 2022
1 parent 293aae3 commit 6db7b0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.1.0-beta.3](https://github.com/amplitude/Amplitude-Kotlin/compare/0.1.0-beta.2...0.1.0-beta.3) (2022-04-22)


### Features

* add event id support ([#25](https://github.com/amplitude/Amplitude-Kotlin/issues/25)) ([94aaa6b](https://github.com/amplitude/Amplitude-Kotlin/commit/94aaa6bf2b7f061720c06d7f4f7a7fc38a9c9436))
* add Java android example ([#24](https://github.com/amplitude/Amplitude-Kotlin/issues/24)) ([2670a2b](https://github.com/amplitude/Amplitude-Kotlin/commit/2670a2b9bbef381b9c28696499cebd1c78192249))
* remove json object from public interface ([#26](https://github.com/amplitude/Amplitude-Kotlin/issues/26)) ([0840b5d](https://github.com/amplitude/Amplitude-Kotlin/commit/0840b5d5fc538b2f088538365586cbf5babb819d))

# [0.1.0-beta.2](https://github.com/amplitude/Amplitude-Kotlin/compare/0.1.0-beta.1...0.1.0-beta.2) (2022-04-05)


Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.2'
PUBLISH_VERSION = '0.1.0-beta.3'
PUBLISH_ARTIFACT_ID = 'analytics-android'
}

Expand Down

0 comments on commit 6db7b0b

Please sign in to comment.