From 6ed4b05526fb496b58636c26cc00cccd3650a021 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Oct 2022 14:43:27 +0000 Subject: [PATCH] chore: prepare for 3.1.0-alpha.2 ## [3.1.0-alpha.2](https://github.com/customerio/customerio-android/compare/3.1.0-alpha.1...3.1.0-alpha.2) (2022-10-17) ### Bug Fixes * in-app system link causes app reopen ([6349081](https://github.com/customerio/customerio-android/commit/6349081c74bf595b06dd1157a382c6c4b884ac55)) --- 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 03b136707..3016acae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.0-alpha.2](https://github.com/customerio/customerio-android/compare/3.1.0-alpha.1...3.1.0-alpha.2) (2022-10-17) + + +### Bug Fixes + +* in-app system link causes app reopen ([6349081](https://github.com/customerio/customerio-android/commit/6349081c74bf595b06dd1157a382c6c4b884ac55)) + ## [3.1.0-alpha.1](https://github.com/customerio/customerio-android/compare/3.0.0...3.1.0-alpha.1) (2022-10-10) diff --git a/sdk/src/main/java/io/customer/sdk/Version.kt b/sdk/src/main/java/io/customer/sdk/Version.kt index 792faa77c..0c6678738 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.1.0-alpha.1" + const val version: String = "3.1.0-alpha.2" }