From 68f478b99837fd91f65f73c3671c2e07a1c2e909 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Jan 2025 11:52:23 +0000 Subject: [PATCH] chore: prepare for 4.5.2 ## [4.5.2](https://github.com/customerio/customerio-android/compare/4.5.1...4.5.2) (2025-01-08) ### Bug Fixes * Fix in-app messages overlay background color being ignored from message payload ([#485](https://github.com/customerio/customerio-android/issues/485)) ([dba96e0](https://github.com/customerio/customerio-android/commit/dba96e071cc06f7bb2cf486c9145e2dfaaab376c)) --- 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 8aeaaae1..45054ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.5.2](https://github.com/customerio/customerio-android/compare/4.5.1...4.5.2) (2025-01-08) + +### Bug Fixes + +* Fix in-app messages overlay background color being ignored from message payload ([#485](https://github.com/customerio/customerio-android/issues/485)) ([dba96e0](https://github.com/customerio/customerio-android/commit/dba96e071cc06f7bb2cf486c9145e2dfaaab376c)) + ## [4.5.1](https://github.com/customerio/customerio-android/compare/4.5.0...4.5.1) (2025-01-07) ### Bug Fixes diff --git a/core/src/main/kotlin/io/customer/sdk/Version.kt b/core/src/main/kotlin/io/customer/sdk/Version.kt index 293aa173..9c882a71 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.1" + const val version: String = "4.5.2" }