From f7fc984b0ded32fc20027125a64ac8a3edae9fa1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Apr 2023 18:19:46 +0000 Subject: [PATCH] chore: prepare for 3.4.1 ### [3.4.1](https://github.com/customerio/customerio-android/compare/3.4.0...3.4.1) (2023-04-20) ### Bug Fixes * push opened metrics tracked on Android 12 ([#184](https://github.com/customerio/customerio-android/issues/184)) ([d2e52fa](https://github.com/customerio/customerio-android/commit/d2e52fa35be34cf0248d3c775614f487234cf8d4)) --- CHANGELOG.md | 7 +++++++ sdk/src/main/java/io/customer/sdk/Version.kt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1fac48c0..8a5de807d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [3.4.1](https://github.com/customerio/customerio-android/compare/3.4.0...3.4.1) (2023-04-20) + + +### Bug Fixes + +* push opened metrics tracked on Android 12 ([#184](https://github.com/customerio/customerio-android/issues/184)) ([d2e52fa](https://github.com/customerio/customerio-android/commit/d2e52fa35be34cf0248d3c775614f487234cf8d4)) + ## [3.4.0](https://github.com/customerio/customerio-android/compare/3.3.2...3.4.0) (2023-04-19) diff --git a/sdk/src/main/java/io/customer/sdk/Version.kt b/sdk/src/main/java/io/customer/sdk/Version.kt index c7443d36d..c48bc3d5f 100644 --- a/sdk/src/main/java/io/customer/sdk/Version.kt +++ b/sdk/src/main/java/io/customer/sdk/Version.kt @@ -7,5 +7,5 @@ package io.customer.sdk internal object Version { - const val version: String = "3.4.0" + const val version: String = "3.4.1" }