Skip to content

Commit b8bfb37

Browse files
chore: prepare for 4.4.1
## [4.4.1](4.4.0...4.4.1) (2024-11-29) ### Bug Fixes * Fixes issue with legacy renderer bridge ([#469](#469)) ([ecd89dd](ecd89dd))
1 parent ecd89dd commit b8bfb37

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.4.1](https://github.com/customerio/customerio-android/compare/4.4.0...4.4.1) (2024-11-29)
2+
3+
### Bug Fixes
4+
5+
* Fixes issue with legacy renderer bridge ([#469](https://github.com/customerio/customerio-android/issues/469)) ([ecd89dd](https://github.com/customerio/customerio-android/commit/ecd89ddbeb0abe9f6bac8704ee6be66410c0837c))
6+
17
## [4.4.0](https://github.com/customerio/customerio-android/compare/4.3.0...4.4.0) (2024-11-13)
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.4.0"
10+
const val version: String = "4.4.1"
1111
}

0 commit comments

Comments
 (0)