From 5e00b063aeb262583e06ffc40c6ce63e217483e3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Feb 2023 13:41:27 +0000 Subject: [PATCH] chore: prepare for 3.2.0 ## [3.2.0](https://github.com/customerio/customerio-android/compare/3.1.1...3.2.0) (2023-02-02) ### Features * sdk initialization re-architecture ([9e21960](https://github.com/customerio/customerio-android/commit/9e219600c45554425841d55c8ccc97891514141f)) ### Bug Fixes * cio sdk version attribute using client value ([bb90f35](https://github.com/customerio/customerio-android/commit/bb90f35061a44c1adc2ed68ed90dfa7e1860f2a4)) * user agent client support in preferences repo ([454a18e](https://github.com/customerio/customerio-android/commit/454a18eec3c4716cb809db6c91d505fa21ba5350)) --- CHANGELOG.md | 13 +++++++++++++ sdk/src/main/java/io/customer/sdk/Version.kt | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40267117a..15419ffb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [3.2.0](https://github.com/customerio/customerio-android/compare/3.1.1...3.2.0) (2023-02-02) + + +### Features + +* sdk initialization re-architecture ([9e21960](https://github.com/customerio/customerio-android/commit/9e219600c45554425841d55c8ccc97891514141f)) + + +### Bug Fixes + +* cio sdk version attribute using client value ([bb90f35](https://github.com/customerio/customerio-android/commit/bb90f35061a44c1adc2ed68ed90dfa7e1860f2a4)) +* user agent client support in preferences repo ([454a18e](https://github.com/customerio/customerio-android/commit/454a18eec3c4716cb809db6c91d505fa21ba5350)) + ## [3.2.0-beta.1](https://github.com/customerio/customerio-android/compare/3.1.1...3.2.0-beta.1) (2023-02-02) diff --git a/sdk/src/main/java/io/customer/sdk/Version.kt b/sdk/src/main/java/io/customer/sdk/Version.kt index 5211ae0f2..b24b9178e 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.2.0-beta.1" + const val version: String = "3.2.0" }