Skip to content

Commit d1ebfdf

Browse files
chore: prepare for 4.9.0
## [4.9.0](4.8.0...4.9.0) (2025-08-18) ### Features * Added support for queue sticky sessions ([#598](#598)) ([4dd7639](4dd7639))
1 parent 4dd7639 commit d1ebfdf

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.9.0](https://github.com/customerio/customerio-android/compare/4.8.0...4.9.0) (2025-08-18)
2+
3+
### Features
4+
5+
* Added support for queue sticky sessions ([#598](https://github.com/customerio/customerio-android/issues/598)) ([4dd7639](https://github.com/customerio/customerio-android/commit/4dd7639120800d81712c0ed50656e10ed9a65d45))
6+
17
## [4.8.0](https://github.com/customerio/customerio-android/compare/4.7.1...4.8.0) (2025-08-11)
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.8.0"
10+
const val version: String = "4.9.0"
1111
}

0 commit comments

Comments
 (0)