Skip to content

Commit

Permalink
chore: prepare for 3.3.0-beta.5
Browse files Browse the repository at this point in the history
## [3.3.0-beta.5](3.3.0-beta.4...3.3.0-beta.5) (2023-02-22)

### Bug Fixes

* update CustomerIOFirebaseMessagingService to open ([#174](#174)) ([edce7f5](edce7f5))
  • Loading branch information
semantic-release-bot committed Feb 22, 2023
1 parent edce7f5 commit c18ad4d
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.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)


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.3.0-beta.4"
const val version: String = "3.3.0-beta.5"
}

0 comments on commit c18ad4d

Please sign in to comment.