Skip to content

Commit

Permalink
chore: prepare for 2.0.0-alpha.4
Browse files Browse the repository at this point in the history
## [2.0.0-alpha.4](2.0.0-alpha.3...2.0.0-alpha.4) (2022-05-13)

### Bug Fixes

* added alternative route to fetch screen name for automatic tracking ([#92](#92)) ([37a20b5](37a20b5))
* delete device token when clear identify ([72f9753](72f9753))
  • Loading branch information
semantic-release-bot committed May 13, 2022
1 parent 3c561cf commit f9ae042
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.0.0-alpha.4](https://github.com/customerio/customerio-android/compare/2.0.0-alpha.3...2.0.0-alpha.4) (2022-05-13)


### Bug Fixes

* added alternative route to fetch screen name for automatic tracking ([#92](https://github.com/customerio/customerio-android/issues/92)) ([37a20b5](https://github.com/customerio/customerio-android/commit/37a20b59da8778e9eba3baf067c9276ca878806d))
* delete device token when clear identify ([72f9753](https://github.com/customerio/customerio-android/commit/72f9753a721ea9de80cb63edf036f1daaf66f9ca))

## [2.0.0-alpha.3](https://github.com/customerio/customerio-android/compare/2.0.0-alpha.2...2.0.0-alpha.3) (2022-05-11)


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 = "2.0.0-alpha.3"
const val version: String = "2.0.0-alpha.4"
}

0 comments on commit f9ae042

Please sign in to comment.