Skip to content

Commit dc3c16f

Browse files
chore: prepare for 4.16.0
## [4.16.0](4.15.2...4.16.0) (2026-02-20) ### Features * support for notification inbox ([#660](#660)) ([7bc46da](7bc46da))
1 parent 7bc46da commit dc3c16f

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.16.0](https://github.com/customerio/customerio-android/compare/4.15.2...4.16.0) (2026-02-20)
2+
3+
### Features
4+
5+
* support for notification inbox ([#660](https://github.com/customerio/customerio-android/issues/660)) ([7bc46da](https://github.com/customerio/customerio-android/commit/7bc46daa84bd909f58fe99ce7d70855f6086292a))
6+
17
## [4.15.2](https://github.com/customerio/customerio-android/compare/4.15.1...4.15.2) (2026-02-16)
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.15.2"
10+
const val version: String = "4.16.0"
1111
}

0 commit comments

Comments
 (0)