Skip to content

Commit

Permalink
chore: prepare for 3.2.0
Browse files Browse the repository at this point in the history
## [3.2.0](3.1.1...3.2.0) (2023-02-02)

### Features

* sdk initialization re-architecture ([9e21960](9e21960))

### Bug Fixes

* cio sdk version attribute using client value ([bb90f35](bb90f35))
* user agent client support in preferences repo ([454a18e](454a18e))
  • Loading branch information
semantic-release-bot committed Feb 2, 2023
1 parent 69b8631 commit 5e00b06
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/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

internal object Version {

const val version: String = "3.2.0-beta.1"
const val version: String = "3.2.0"
}

0 comments on commit 5e00b06

Please sign in to comment.