Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.1...v1.8.0) (2023-04-10)

### Bug Fixes

* filter null values in identify intercept ([#116](#116)) ([3689fc1](3689fc1))

### Features

* update retry handling ([#113](#113)) ([1020acd](1020acd))
  • Loading branch information
amplitude-sdk-bot committed Apr 10, 2023
1 parent 1020acd commit 096d10f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.8.0](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.7.1...v1.8.0) (2023-04-10)


### Bug Fixes

* filter null values in identify intercept ([#116](https://github.com/amplitude/Amplitude-Kotlin/issues/116)) ([3689fc1](https://github.com/amplitude/Amplitude-Kotlin/commit/3689fc1088b9603c2918ff352fa8c2aa89bc63ea))


### Features

* update retry handling ([#113](https://github.com/amplitude/Amplitude-Kotlin/issues/113)) ([1020acd](https://github.com/amplitude/Amplitude-Kotlin/commit/1020acdbf080b5823088c0046f5eedcef86ded56))

## [1.7.1](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.7.0...v1.7.1) (2023-03-06)


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.7.1'
PUBLISH_VERSION = '1.8.0'
PUBLISH_ARTIFACT_ID = 'analytics-android'
}

Expand Down

0 comments on commit 096d10f

Please sign in to comment.