Skip to content

Commit

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

### Features

* add configuration java support ([#35](#35)) ([a4e0801](a4e0801))
* enable to pass the event options for all track call ([#36](#36)) ([8dd1ab6](8dd1ab6))
  • Loading branch information
amplitude-sdk-bot committed Jun 1, 2022
1 parent 1fda1c7 commit c53596d
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 @@
# [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)


### Features

* add configuration java support ([#35](https://github.com/amplitude/Amplitude-Kotlin/issues/35)) ([a4e0801](https://github.com/amplitude/Amplitude-Kotlin/commit/a4e0801e5d83eb04c0772ab5d37e6c15495786f6))
* enable to pass the event options for all track call ([#36](https://github.com/amplitude/Amplitude-Kotlin/issues/36)) ([8dd1ab6](https://github.com/amplitude/Amplitude-Kotlin/commit/8dd1ab6eaf2542913cf15fe645197e296116f6c8))

# [0.1.0-beta.6](https://github.com/amplitude/Amplitude-Kotlin/compare/0.1.0-beta.5...0.1.0-beta.6) (2022-05-26)


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.6'
PUBLISH_VERSION = '0.1.0-beta.7'
PUBLISH_ARTIFACT_ID = 'analytics-android'
}

Expand Down

0 comments on commit c53596d

Please sign in to comment.