Skip to content

Commit

Permalink
chore(release): 1.16.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.16.8](v1.16.7...v1.16.8) (2024-05-30)

### Bug Fixes

* fix race condition where an event can be processed before a session gets extended ([#198](#198)) ([c3627d0](c3627d0))
  • Loading branch information
amplitude-sdk-bot committed May 30, 2024
1 parent c3627d0 commit 25f5b15
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.8](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.16.7...v1.16.8) (2024-05-30)


### Bug Fixes

* fix race condition where an event can be processed before a session gets extended ([#198](https://github.com/amplitude/Amplitude-Kotlin/issues/198)) ([c3627d0](https://github.com/amplitude/Amplitude-Kotlin/commit/c3627d0391a31db2d9383f66b56ffc62c795c958))

## [1.16.7](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.16.6...v1.16.7) (2024-03-28)


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

Expand Down

0 comments on commit 25f5b15

Please sign in to comment.