Skip to content

Commit 7a5e5c3

Browse files
chore(release): 1.23.1 [skip ci]
## [1.23.1](v1.23.0...v1.23.1) (2026-01-21) ### Bug Fixes * ensure start method runs on main thread to prevent crashes ([#345](#345)) ([0653f41](0653f41))
1 parent 0653f41 commit 7a5e5c3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.23.1](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.23.0...v1.23.1) (2026-01-21)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure start method runs on main thread to prevent crashes ([#345](https://github.com/amplitude/Amplitude-Kotlin/issues/345)) ([0653f41](https://github.com/amplitude/Amplitude-Kotlin/commit/0653f41c2013a022e9cf5bcffaecaa7d46b88486))
7+
18
# [1.23.0](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.22.4...v1.23.0) (2026-01-15)
29

310

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mavenCentralAutomaticPublishing=true
1414
signAllPublications=true
1515

1616
GROUP=com.amplitude
17-
VERSION_NAME=1.23.0
17+
VERSION_NAME=1.23.1
1818

1919
POM_URL=https\://github.com/amplitude/Amplitude-Kotlin
2020

0 commit comments

Comments
 (0)