Skip to content

Commit 7b2e68a

Browse files
chore: prepare for 4.7.1
## [4.7.1](4.7.0...4.7.1) (2025-07-22) ### Bug Fixes * crash when build attributes are nullable ([#584](#584)) ([33a938f](33a938f))
1 parent 33a938f commit 7b2e68a

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.7.1](https://github.com/customerio/customerio-android/compare/4.7.0...4.7.1) (2025-07-22)
2+
3+
### Bug Fixes
4+
5+
* crash when build attributes are nullable ([#584](https://github.com/customerio/customerio-android/issues/584)) ([33a938f](https://github.com/customerio/customerio-android/commit/33a938f030b2bb4883fa5a391b1511135aebf0a0))
6+
17
## [4.7.0](https://github.com/customerio/customerio-android/compare/4.6.3...4.7.0) (2025-07-16)
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.7.0"
10+
const val version: String = "4.7.1"
1111
}

0 commit comments

Comments
 (0)