Skip to content

Commit

Permalink
chore: prepare for 3.6.5
Browse files Browse the repository at this point in the history
### [3.6.5](3.6.4...3.6.5) (2023-08-23)

### Bug Fixes

* prevent concurrency issues in in-app listeners ([#246](#246)) ([72dafd7](72dafd7))
  • Loading branch information
semantic-release-bot committed Aug 23, 2023
1 parent 72dafd7 commit 2d32664
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.6.5](https://github.com/customerio/customerio-android/compare/3.6.4...3.6.5) (2023-08-23)


### Bug Fixes

* prevent concurrency issues in in-app listeners ([#246](https://github.com/customerio/customerio-android/issues/246)) ([72dafd7](https://github.com/customerio/customerio-android/commit/72dafd7e55091dbf64719fadc1cc9ff4010a00a4))

### [3.6.4](https://github.com/customerio/customerio-android/compare/3.6.3...3.6.4) (2023-07-21)


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.6.4"
const val version: String = "3.6.5"
}

0 comments on commit 2d32664

Please sign in to comment.