Skip to content

Commit

Permalink
chore: prepare for 3.4.1
Browse files Browse the repository at this point in the history
### [3.4.1](3.4.0...3.4.1) (2023-04-20)

### Bug Fixes

* push opened metrics tracked on Android 12 ([#184](#184)) ([d2e52fa](d2e52fa))
  • Loading branch information
semantic-release-bot committed Apr 20, 2023
1 parent d2e52fa commit f7fc984
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.4.1](https://github.com/customerio/customerio-android/compare/3.4.0...3.4.1) (2023-04-20)


### Bug Fixes

* push opened metrics tracked on Android 12 ([#184](https://github.com/customerio/customerio-android/issues/184)) ([d2e52fa](https://github.com/customerio/customerio-android/commit/d2e52fa35be34cf0248d3c775614f487234cf8d4))

## [3.4.0](https://github.com/customerio/customerio-android/compare/3.3.2...3.4.0) (2023-04-19)


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

0 comments on commit f7fc984

Please sign in to comment.