Skip to content

Commit 789e261

Browse files
chore(release): 1.20.5 [skip ci]
## [1.20.5](v1.20.4...v1.20.5) (2025-04-02) ### Bug Fixes * compose autocapture properties update ([#261](#261)) ([a49b6a7](a49b6a7)) * reformatting and warning fixes for upload ordering ticket ([#257](#257)) ([61eb7ee](61eb7ee)) * retry upload order ([#259](#259)) ([59a339d](59a339d))
1 parent 59a339d commit 789e261

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.20.5](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.20.4...v1.20.5) (2025-04-02)
2+
3+
4+
### Bug Fixes
5+
6+
* compose autocapture properties update ([#261](https://github.com/amplitude/Amplitude-Kotlin/issues/261)) ([a49b6a7](https://github.com/amplitude/Amplitude-Kotlin/commit/a49b6a7bab6f899ccb8652f53d8b5b7dfbffb346))
7+
* reformatting and warning fixes for upload ordering ticket ([#257](https://github.com/amplitude/Amplitude-Kotlin/issues/257)) ([61eb7ee](https://github.com/amplitude/Amplitude-Kotlin/commit/61eb7eecc1ce58d6f95cb4862a6a359ff106cece))
8+
* retry upload order ([#259](https://github.com/amplitude/Amplitude-Kotlin/issues/259)) ([59a339d](https://github.com/amplitude/Amplitude-Kotlin/commit/59a339deac99b29b1257293162fb2f5f0d14f01b))
9+
110
## [1.20.4](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.20.3...v1.20.4) (2025-03-17)
211

312

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ext {
88
PUBLISH_NAME = 'Amplitude Android Kotlin SDK'
99
PUBLISH_DESCRIPTION = 'Amplitude Kotlin client-side SDK for Android'
1010
PUBLISH_GROUP_ID = 'com.amplitude'
11-
PUBLISH_VERSION = '1.20.4'
11+
PUBLISH_VERSION = '1.20.5'
1212
PUBLISH_ARTIFACT_ID = 'analytics-android'
1313
}
1414

0 commit comments

Comments
 (0)