diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c6d99b4..3eaab10c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.6.0](https://github.com/customerio/customerio-android/compare/3.5.3...3.6.0) (2023-07-07) + + +### Features + +* expose device token ([#235](https://github.com/customerio/customerio-android/issues/235)) ([deaa916](https://github.com/customerio/customerio-android/commit/deaa9164d7a9666823dfa4e6c09e3c20d6a3cfeb)) + ### [3.5.3](https://github.com/customerio/customerio-android/compare/3.5.2...3.5.3) (2023-07-03) diff --git a/sdk/src/main/java/io/customer/sdk/Version.kt b/sdk/src/main/java/io/customer/sdk/Version.kt index 1cfa6f6e0..148ae4cc5 100644 --- a/sdk/src/main/java/io/customer/sdk/Version.kt +++ b/sdk/src/main/java/io/customer/sdk/Version.kt @@ -7,5 +7,5 @@ package io.customer.sdk internal object Version { - const val version: String = "3.5.3" + const val version: String = "3.6.0" }