From a68a9c5c872dad3b9ea4ba951806a82b8268ad2b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Aug 2024 21:13:35 +0000 Subject: [PATCH] chore: prepare for 4.1.0 ## [4.1.0](https://github.com/customerio/customerio-android/compare/4.0.1...4.1.0) (2024-08-09) ### Features * public api for dismiss message ([#420](https://github.com/customerio/customerio-android/issues/420)) ([8bfc37d](https://github.com/customerio/customerio-android/commit/8bfc37dea3cbf96c5508f8aeb7f8ebe112db12ce)) --- 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 6c38e957..73055afb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.1.0](https://github.com/customerio/customerio-android/compare/4.0.1...4.1.0) (2024-08-09) + +### Features + +* public api for dismiss message ([#420](https://github.com/customerio/customerio-android/issues/420)) ([8bfc37d](https://github.com/customerio/customerio-android/commit/8bfc37dea3cbf96c5508f8aeb7f8ebe112db12ce)) + ## [4.0.1](https://github.com/customerio/customerio-android/compare/4.0.0...4.0.1) (2024-07-25) ### 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 fe41a480..32c396b1 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.0.1" + const val version: String = "4.1.0" }