Skip to content

Commit

Permalink
chore(release): 1.16.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.16.5](v1.16.4...v1.16.5) (2024-03-27)

### Bug Fixes

* session id not set before plugin setup ([#189](#189)) ([42e4fef](42e4fef))
  • Loading branch information
amplitude-sdk-bot committed Mar 27, 2024
1 parent 42e4fef commit c4db161
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 @@
## [1.16.5](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.16.4...v1.16.5) (2024-03-27)


### Bug Fixes

* session id not set before plugin setup ([#189](https://github.com/amplitude/Amplitude-Kotlin/issues/189)) ([42e4fef](https://github.com/amplitude/Amplitude-Kotlin/commit/42e4fef44d8d3b9b49f2e895c37d63f6b9805f03))

## [1.16.4](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.16.3...v1.16.4) (2024-03-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 = '1.16.4'
PUBLISH_VERSION = '1.16.5'
PUBLISH_ARTIFACT_ID = 'analytics-android'
}

Expand Down

0 comments on commit c4db161

Please sign in to comment.