diff --git a/CHANGELOG.md b/CHANGELOG.md index b9becc40..8aeaaae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.5.1](https://github.com/customerio/customerio-android/compare/4.5.0...4.5.1) (2025-01-07) + +### Bug Fixes + +* update java sample display name ([#484](https://github.com/customerio/customerio-android/issues/484)) ([cc77bbb](https://github.com/customerio/customerio-android/commit/cc77bbbe8833263e18a4b846ab425dbfbd95a52b)) + ## [4.5.0](https://github.com/customerio/customerio-android/compare/4.4.1...4.5.0) (2024-12-17) ### Features diff --git a/core/src/main/kotlin/io/customer/sdk/Version.kt b/core/src/main/kotlin/io/customer/sdk/Version.kt index 2503932e..293aa173 100644 --- a/core/src/main/kotlin/io/customer/sdk/Version.kt +++ b/core/src/main/kotlin/io/customer/sdk/Version.kt @@ -7,5 +7,5 @@ package io.customer.sdk // TODO: Check before final release if we still need to keep Version class public or can be internal object Version { - const val version: String = "4.5.0" + const val version: String = "4.5.1" }