File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
core/src/main/kotlin/io/customer/sdk Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 4.6.2] ( https://github.com/customerio/customerio-android/compare/4.6.1...4.6.2 ) (2025-06-25)
2+
3+ ### Bug Fixes
4+
5+ * Sanitize unsupported numeric values ([ #569 ] ( https://github.com/customerio/customerio-android/issues/569 ) ) ([ e75a721] ( https://github.com/customerio/customerio-android/commit/e75a721239ff17624f963760157766a8b88d9ae6 ) )
6+
17## [ 4.6.1] ( https://github.com/customerio/customerio-android/compare/4.6.0...4.6.1 ) (2025-05-29)
28
39### Bug Fixes
Original file line number Diff line number Diff 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
99object Version {
10- const val version: String = " 4.6.1 "
10+ const val version: String = " 4.6.2 "
1111}
You can’t perform that action at this time.
0 commit comments