Skip to content

Commit

Permalink
chore: prepare for 4.5.2
Browse files Browse the repository at this point in the history
## [4.5.2](4.5.1...4.5.2) (2025-01-08)

### Bug Fixes

* Fix in-app messages overlay background color being ignored from message payload ([#485](#485)) ([dba96e0](dba96e0))
  • Loading branch information
semantic-release-bot committed Jan 8, 2025
1 parent dba96e0 commit 68f478b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/kotlin/io/customer/sdk/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 68f478b

Please sign in to comment.