Skip to content

Commit

Permalink
chore: prepare for 3.2.0-alpha.1
Browse files Browse the repository at this point in the history
## [3.2.0-alpha.1](3.1.0...3.2.0-alpha.1) (2022-11-17)

### 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 Nov 17, 2022
1 parent bb90f35 commit 163d1e4
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-alpha.1](https://github.com/customerio/customerio-android/compare/3.1.0...3.2.0-alpha.1) (2022-11-17)


### 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.1.0](https://github.com/customerio/customerio-android/compare/3.0.0...3.1.0) (2022-10-17)


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.1.0"
const val version: String = "3.2.0-alpha.1"
}

0 comments on commit 163d1e4

Please sign in to comment.