Skip to content

Commit 0beccc0

Browse files
chore: prepare for 4.5.7
## [4.5.7](4.5.6...4.5.7) (2025-04-18) ### Bug Fixes * delete old device token on token refresh ([#517](#517)) ([ccb9de2](ccb9de2))
1 parent ccb9de2 commit 0beccc0

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.5.7](https://github.com/customerio/customerio-android/compare/4.5.6...4.5.7) (2025-04-18)
2+
3+
### Bug Fixes
4+
5+
* delete old device token on token refresh ([#517](https://github.com/customerio/customerio-android/issues/517)) ([ccb9de2](https://github.com/customerio/customerio-android/commit/ccb9de27e7ad38e2569a5a9d91d9fec2cd5293ce))
6+
17
## [4.5.6](https://github.com/customerio/customerio-android/compare/4.5.5...4.5.6) (2025-04-11)
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.5.6"
10+
const val version: String = "4.5.7"
1111
}

0 commit comments

Comments
 (0)