Skip to content

Commit

Permalink
chore: prepare for 3.6.4
Browse files Browse the repository at this point in the history
### [3.6.4](3.6.3...3.6.4) (2023-07-21)

### Bug Fixes

* in-app messaging proguard rules missing ([#241](#241)) ([c494bb0](c494bb0))
  • Loading branch information
semantic-release-bot committed Jul 21, 2023
1 parent c494bb0 commit b86e81d
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.4](https://github.com/customerio/customerio-android/compare/3.6.3...3.6.4) (2023-07-21)


### Bug Fixes

* in-app messaging proguard rules missing ([#241](https://github.com/customerio/customerio-android/issues/241)) ([c494bb0](https://github.com/customerio/customerio-android/commit/c494bb01ed4c3a7e552e381a88b3e27264c553ba))

### [3.6.3](https://github.com/customerio/customerio-android/compare/3.6.2...3.6.3) (2023-07-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.6.3"
const val version: String = "3.6.4"
}

0 comments on commit b86e81d

Please sign in to comment.