Skip to content

Commit

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

### Bug Fixes

* image not shown when image url in notification payload ([#172](#172)) ([0abdc85](0abdc85))
  • Loading branch information
semantic-release-bot committed Feb 17, 2023
1 parent 0abdc85 commit d42cd94
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.4](https://github.com/customerio/customerio-android/compare/3.3.0-beta.3...3.3.0-beta.4) (2023-02-17)


### Bug Fixes

* image not shown when image url in notification payload ([#172](https://github.com/customerio/customerio-android/issues/172)) ([0abdc85](https://github.com/customerio/customerio-android/commit/0abdc85ba5213f758e03a378d9374b89dd28d335))

## [3.3.0-beta.3](https://github.com/customerio/customerio-android/compare/3.3.0-beta.2...3.3.0-beta.3) (2023-02-16)


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

0 comments on commit d42cd94

Please sign in to comment.