Skip to content

Commit

Permalink
chore: prepare for 3.11.2
Browse files Browse the repository at this point in the history
## [3.11.2](3.11.1...3.11.2) (2024-08-19)

### Bug Fixes

* android user agent version ([38b2815](38b2815))
  • Loading branch information
semantic-release-bot committed Aug 19, 2024
1 parent 38b2815 commit 68d4315
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.11.2](https://github.com/customerio/customerio-android/compare/3.11.1...3.11.2) (2024-08-19)

### Bug Fixes

* android user agent version ([38b2815](https://github.com/customerio/customerio-android/commit/38b2815d1c1f36d7d34507e4c56dc271c8bb47bc))

## [3.11.1](https://github.com/customerio/customerio-android/compare/3.11.0...3.11.1) (2024-07-15)

### Bug Fixes
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.11.1"
const val version: String = "3.11.2"
}

0 comments on commit 68d4315

Please sign in to comment.