From 37d3dde149cbf8ae6e4791642beaf0382572414c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Jan 2025 18:20:26 +0000 Subject: [PATCH] chore: prepare for 4.5.1 ## [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)) --- CHANGELOG.md | 6 ++++++ core/src/main/kotlin/io/customer/sdk/Version.kt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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" }