Skip to content

Commit

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

### Bug Fixes

* in-app system link causes app reopen ([6349081](6349081))
  • Loading branch information
semantic-release-bot committed Oct 17, 2022
1 parent 6349081 commit 6ed4b05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

0 comments on commit 6ed4b05

Please sign in to comment.