Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2022-07-29)

### Bug Fixes

* authorize for release action ([#47](#47)) ([5c44d34](5c44d34))
* invalid json array string for android file storage ([#50](#50)) ([593050a](593050a))

### Features

* add reset method to reset userId and deviceId ([#48](#48)) ([837895a](837895a))
  • Loading branch information
amplitude-sdk-bot committed Jul 29, 2022
1 parent 298df31 commit 8f9bf99
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.1.0](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.0.1...v1.1.0) (2022-07-29)


### Bug Fixes

* authorize for release action ([#47](https://github.com/amplitude/Amplitude-Kotlin/issues/47)) ([5c44d34](https://github.com/amplitude/Amplitude-Kotlin/commit/5c44d345d6bcc3ed8a3594e75e73bc6e4f82a5ad))
* invalid json array string for android file storage ([#50](https://github.com/amplitude/Amplitude-Kotlin/issues/50)) ([593050a](https://github.com/amplitude/Amplitude-Kotlin/commit/593050a4c5c92e7173efb08725379639af87f9f7))


### Features

* add reset method to reset userId and deviceId ([#48](https://github.com/amplitude/Amplitude-Kotlin/issues/48)) ([837895a](https://github.com/amplitude/Amplitude-Kotlin/commit/837895a98100d9a150192d6512b8bbc6f11825f6))

## [1.0.1](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.0.0...v1.0.1) (2022-07-21)


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 = '1.0.1'
PUBLISH_VERSION = '1.1.0'
PUBLISH_ARTIFACT_ID = 'analytics-android'
}

Expand Down

0 comments on commit 8f9bf99

Please sign in to comment.