Skip to content

Commit

Permalink
chore(release): 1.10.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.4](v1.10.3...v1.10.4) (2023-08-09)

### Bug Fixes

* revert "fix: wait until build (including possible legacy data migration) is finished ([#138](#138))" ([#140](#140)) ([c1acc71](c1acc71))
* wait until build (including possible legacy data migration) is finished ([#142](#142)) ([78110e4](78110e4)), closes [#138](#138)
  • Loading branch information
amplitude-sdk-bot committed Aug 9, 2023
1 parent 78110e4 commit 1d44778
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.10.4](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.10.3...v1.10.4) (2023-08-09)


### Bug Fixes

* revert "fix: wait until build (including possible legacy data migration) is finished ([#138](https://github.com/amplitude/Amplitude-Kotlin/issues/138))" ([#140](https://github.com/amplitude/Amplitude-Kotlin/issues/140)) ([c1acc71](https://github.com/amplitude/Amplitude-Kotlin/commit/c1acc7105b9b3950e9d79ff588662595c79fa104))
* wait until build (including possible legacy data migration) is finished ([#142](https://github.com/amplitude/Amplitude-Kotlin/issues/142)) ([78110e4](https://github.com/amplitude/Amplitude-Kotlin/commit/78110e449edc1bab107543c0defd3b95b11d7587)), closes [#138](https://github.com/amplitude/Amplitude-Kotlin/issues/138)

## [1.10.3](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.10.2...v1.10.3) (2023-08-09)


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

Expand Down

0 comments on commit 1d44778

Please sign in to comment.