Skip to content

Commit

Permalink
chore: deploy 1.0.5
Browse files Browse the repository at this point in the history
## [1.0.5](1.0.4...1.0.5) (2022-04-30)

### Bug Fixes

* added alternative route to fetch screen name for automatic tracking ([#92](#92)) ([37a20b5](37a20b5))
  • Loading branch information
semantic-release-bot committed Apr 30, 2022
1 parent 37a20b5 commit 41f946e
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 @@
## [1.0.5](https://github.com/customerio/customerio-android/compare/1.0.4...1.0.5) (2022-04-30)


### Bug Fixes

* added alternative route to fetch screen name for automatic tracking ([#92](https://github.com/customerio/customerio-android/issues/92)) ([37a20b5](https://github.com/customerio/customerio-android/commit/37a20b59da8778e9eba3baf067c9276ca878806d))

## [1.0.4](https://github.com/customerio/customerio-android/compare/1.0.3...1.0.4) (2022-03-21)


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 = "1.0.4"
const val version: String = "1.0.5"
}

0 comments on commit 41f946e

Please sign in to comment.