Skip to content

Commit ba4d758

Browse files
chore: prepare for 4.17.1 [skip ci]
## [4.17.1](4.17.0...4.17.1) (2026-05-18) ### Bug Fixes * Defined a working range of versions for the Segment Analytics ([#679](#679)) ([865851b](865851b))
1 parent 865851b commit ba4d758

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.17.1](https://github.com/customerio/customerio-android/compare/4.17.0...4.17.1) (2026-05-18)
2+
3+
### Bug Fixes
4+
5+
* Defined a working range of versions for the Segment Analytics ([#679](https://github.com/customerio/customerio-android/issues/679)) ([865851b](https://github.com/customerio/customerio-android/commit/865851bac927c9063bd1774cb4e4109b3029ec53))
6+
17
## [4.17.0](https://github.com/customerio/customerio-android/compare/4.16.1...4.17.0) (2026-03-09)
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.17.0"
10+
const val version: String = "4.17.1"
1111
}

0 commit comments

Comments
 (0)