Skip to content

Commit

Permalink
chore: prepare for 3.11.1
Browse files Browse the repository at this point in the history
## [3.11.1](3.11.0...3.11.1) (2024-07-15)

### Bug Fixes

* remove gist pre-loading ([#393](#393)) ([8c8ee89](8c8ee89))
  • Loading branch information
semantic-release-bot committed Jul 15, 2024
1 parent 8c8ee89 commit f1c1cee
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.1](https://github.com/customerio/customerio-android/compare/3.11.0...3.11.1) (2024-07-15)

### Bug Fixes

* remove gist pre-loading ([#393](https://github.com/customerio/customerio-android/issues/393)) ([8c8ee89](https://github.com/customerio/customerio-android/commit/8c8ee8900eeb0ef8008b8cb1b955b17fb0bd425e))

## [3.11.0](https://github.com/customerio/customerio-android/compare/3.10.0...3.11.0) (2024-06-17)

### Features
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.0"
const val version: String = "3.11.1"
}

0 comments on commit f1c1cee

Please sign in to comment.