Skip to content

Commit 320c982

Browse files
chore: prepare for 4.6.1
## [4.6.1](4.6.0...4.6.1) (2025-05-29) ### Bug Fixes * finish modal message early if sdk is not initialized ([#561](#561)) ([83003b5](83003b5))
1 parent 83003b5 commit 320c982

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.6.1](https://github.com/customerio/customerio-android/compare/4.6.0...4.6.1) (2025-05-29)
2+
3+
### Bug Fixes
4+
5+
* finish modal message early if sdk is not initialized ([#561](https://github.com/customerio/customerio-android/issues/561)) ([83003b5](https://github.com/customerio/customerio-android/commit/83003b53e38fdc74cc608715112d65fb502ec802))
6+
17
## [4.6.0](https://github.com/customerio/customerio-android/compare/4.5.8...4.6.0) (2025-05-23)
28

39
### Features

core/src/main/kotlin/io/customer/sdk/Version.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ package io.customer.sdk
77

88
// TODO: Check before final release if we still need to keep Version class public or can be internal
99
object Version {
10-
const val version: String = "4.6.0"
10+
const val version: String = "4.6.1"
1111
}

0 commit comments

Comments
 (0)