Skip to content

Commit

Permalink
chore: prepare for 3.8.1
Browse files Browse the repository at this point in the history
## [3.8.1](3.8.0...3.8.1) (2023-12-06)

### Bug Fixes

* fixes a thread safety issue with currentMessage being out of sync ([#279](#279)) ([bb72944](bb72944))
  • Loading branch information
semantic-release-bot committed Dec 6, 2023
1 parent bb72944 commit 64a330a
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.8.1](https://github.com/customerio/customerio-android/compare/3.8.0...3.8.1) (2023-12-06)


### Bug Fixes

* fixes a thread safety issue with currentMessage being out of sync ([#279](https://github.com/customerio/customerio-android/issues/279)) ([bb72944](https://github.com/customerio/customerio-android/commit/bb729449ad28e6b8afc1159d84c6ab63f732e526))

## [3.8.0](https://github.com/customerio/customerio-android/compare/3.7.1...3.8.0) (2023-11-14)


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

0 comments on commit 64a330a

Please sign in to comment.