Skip to content

Commit f51851a

Browse files
chore(release): 1.21.1 [skip ci]
## [1.21.1](v1.21.0...v1.21.1) (2025-05-27) ### Bug Fixes * use range for common success/failure status codes ([#276](#276)) ([52197b2](52197b2)) * **httpclient:** correct read timeout ([#278](#278)) ([ccbb4df](ccbb4df))
1 parent 52197b2 commit f51851a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.21.1](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.21.0...v1.21.1) (2025-05-27)
2+
3+
4+
### Bug Fixes
5+
6+
* use range for common success/failure status codes ([#276](https://github.com/amplitude/Amplitude-Kotlin/issues/276)) ([52197b2](https://github.com/amplitude/Amplitude-Kotlin/commit/52197b2f87fcaa3c5fa210f3da39e3afe6fe4667))
7+
* **httpclient:** correct read timeout ([#278](https://github.com/amplitude/Amplitude-Kotlin/issues/278)) ([ccbb4df](https://github.com/amplitude/Amplitude-Kotlin/commit/ccbb4df0d4245dc299a091c2a38de3178a11cc7a))
8+
19
# [1.21.0](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.20.7...v1.21.0) (2025-05-21)
210

311

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

0 commit comments

Comments
 (0)