Skip to content

Commit

Permalink
chore: prepare for 3.5.3
Browse files Browse the repository at this point in the history
### [3.5.3](3.5.2...3.5.3) (2023-07-03)

### Bug Fixes

* expose push tracking to wrapper sdks ([#227](#227)) ([3bc1345](3bc1345))
  • Loading branch information
semantic-release-bot committed Jul 3, 2023
1 parent 3bc1345 commit 85cadac
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.5.3](https://github.com/customerio/customerio-android/compare/3.5.2...3.5.3) (2023-07-03)


### Bug Fixes

* expose push tracking to wrapper sdks ([#227](https://github.com/customerio/customerio-android/issues/227)) ([3bc1345](https://github.com/customerio/customerio-android/commit/3bc134507f1539329a4ed015e7b0ae5a76d109e0))

### [3.5.2](https://github.com/customerio/customerio-android/compare/3.5.1...3.5.2) (2023-06-09)


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.5.2"
const val version: String = "3.5.3"
}

0 comments on commit 85cadac

Please sign in to comment.