Skip to content

Commit

Permalink
chore: prepare for 3.6.7
Browse files Browse the repository at this point in the history
## [3.6.7](3.6.6...3.6.7) (2023-10-17)

### Bug Fixes

* added exception handling for when browser doesn't exist ([#271](#271)) ([aaddad5](aaddad5))
  • Loading branch information
semantic-release-bot committed Oct 17, 2023
1 parent aaddad5 commit d17fab9
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.6.7](https://github.com/customerio/customerio-android/compare/3.6.6...3.6.7) (2023-10-17)


### Bug Fixes

* added exception handling for when browser doesn't exist ([#271](https://github.com/customerio/customerio-android/issues/271)) ([aaddad5](https://github.com/customerio/customerio-android/commit/aaddad53281ac22c1e8a73340fcb24e7522e4648))

### [3.6.6](https://github.com/customerio/customerio-android/compare/3.6.5...3.6.6) (2023-09-15)


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

0 comments on commit d17fab9

Please sign in to comment.