Skip to content

Commit

Permalink
chore(release): 1.4.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.5](v1.4.4...v1.4.5) (2022-10-19)

### Bug Fixes

* move session-specific logic from ContextPlugin to avoid race conditions ([#86](#86)) ([311c230](311c230))
  • Loading branch information
amplitude-sdk-bot committed Oct 19, 2022
1 parent 311c230 commit 1410eeb
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.4.5](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.4.4...v1.4.5) (2022-10-19)


### Bug Fixes

* move session-specific logic from ContextPlugin to avoid race conditions ([#86](https://github.com/amplitude/Amplitude-Kotlin/issues/86)) ([311c230](https://github.com/amplitude/Amplitude-Kotlin/commit/311c23053a9dcc2ce0b697aecf0588f189a116ca))

## [1.4.4](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.4.3...v1.4.4) (2022-10-14)


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

Expand Down

0 comments on commit 1410eeb

Please sign in to comment.