Skip to content

Commit 37d3dde

Browse files
chore: prepare for 4.5.1
## [4.5.1](4.5.0...4.5.1) (2025-01-07) ### Bug Fixes * update java sample display name ([#484](#484)) ([cc77bbb](cc77bbb))
1 parent cc77bbb commit 37d3dde

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.5.1](https://github.com/customerio/customerio-android/compare/4.5.0...4.5.1) (2025-01-07)
2+
3+
### Bug Fixes
4+
5+
* update java sample display name ([#484](https://github.com/customerio/customerio-android/issues/484)) ([cc77bbb](https://github.com/customerio/customerio-android/commit/cc77bbbe8833263e18a4b846ab425dbfbd95a52b))
6+
17
## [4.5.0](https://github.com/customerio/customerio-android/compare/4.4.1...4.5.0) (2024-12-17)
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.5.0"
10+
const val version: String = "4.5.1"
1111
}

0 commit comments

Comments
 (0)