Skip to content

Commit 081bfaf

Browse files
chore(release): 1.20.6 [skip ci]
## [1.20.6](v1.20.5...v1.20.6) (2025-04-09) ### Bug Fixes * 4xx-handling-when-on-proxy ([#262](#262)) ([7561305](7561305))
1 parent 7561305 commit 081bfaf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.20.6](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.20.5...v1.20.6) (2025-04-09)
2+
3+
4+
### Bug Fixes
5+
6+
* 4xx-handling-when-on-proxy ([#262](https://github.com/amplitude/Amplitude-Kotlin/issues/262)) ([7561305](https://github.com/amplitude/Amplitude-Kotlin/commit/7561305276893d88866ec4651e9412a6a6ae8295))
7+
18
## [1.20.5](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.20.4...v1.20.5) (2025-04-02)
29

310

android/build.gradle

+1-1
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.5'
11+
PUBLISH_VERSION = '1.20.6'
1212
PUBLISH_ARTIFACT_ID = 'analytics-android'
1313
}
1414

0 commit comments

Comments
 (0)