diff --git a/CHANGELOG.md b/CHANGELOG.md index 4125fbd6c..f82194d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.3.0-beta.5](https://github.com/customerio/customerio-android/compare/3.3.0-beta.4...3.3.0-beta.5) (2023-02-22) + + +### Bug Fixes + +* update CustomerIOFirebaseMessagingService to open ([#174](https://github.com/customerio/customerio-android/issues/174)) ([edce7f5](https://github.com/customerio/customerio-android/commit/edce7f5b640a76b1fdfa029b9b0dabea281c677c)) + ## [3.3.0-beta.4](https://github.com/customerio/customerio-android/compare/3.3.0-beta.3...3.3.0-beta.4) (2023-02-17) diff --git a/sdk/src/main/java/io/customer/sdk/Version.kt b/sdk/src/main/java/io/customer/sdk/Version.kt index 588ac1d69..39ccdfc3c 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.3.0-beta.4" + const val version: String = "3.3.0-beta.5" }