Skip to content

Commit caab650

Browse files
chore: prepare for 4.10.2
## [4.10.2](4.10.1...4.10.2) (2025-10-03) ### Bug Fixes * optimize inline in-app reloading ([#611](#611)) ([a201c86](a201c86))
1 parent a201c86 commit caab650

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.10.2](https://github.com/customerio/customerio-android/compare/4.10.1...4.10.2) (2025-10-03)
2+
3+
### Bug Fixes
4+
5+
* optimize inline in-app reloading ([#611](https://github.com/customerio/customerio-android/issues/611)) ([a201c86](https://github.com/customerio/customerio-android/commit/a201c86fe78b75f84b8796f8b367de24a65566f9))
6+
17
## [4.10.1](https://github.com/customerio/customerio-android/compare/4.10.0...4.10.1) (2025-08-29)
28

39
### Bug Fixes

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.10.1"
10+
const val version: String = "4.10.2"
1111
}

0 commit comments

Comments
 (0)