Skip to content

Commit

Permalink
chore: deploy 1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-01-19)

### Bug Fixes

* pro-guarding removal of enums  ([#39](#39)) ([dd27d35](dd27d35))
* timestamp conversion issue ([#37](#37)) ([d986f54](d986f54))
* updated host endpoints ([#53](#53)) ([efe2b9e](efe2b9e))
* user agent ([#42](#42)) ([37af83e](37af83e))

### Features

* automatic screen tracking ([#52](#52)) ([8f95ebb](8f95ebb))
* event tracking, identify customer ([#29](#29)) ([5181268](5181268))
* manual screen tracking ([#51](#51)) ([213a278](213a278))
* Push notification  ([#31](#31)) ([c639802](c639802))
* Rich push support  ([#34](#34)) ([2480127](2480127))
  • Loading branch information
semantic-release-bot committed Jan 19, 2022
1 parent 35840b6 commit 5c8bb0f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 1.0.0 (2022-01-19)


### Bug Fixes

* pro-guarding removal of enums ([#39](https://github.com/customerio/customerio-android/issues/39)) ([dd27d35](https://github.com/customerio/customerio-android/commit/dd27d3567172b5c8b1e0bdd989126afa8f290541))
* timestamp conversion issue ([#37](https://github.com/customerio/customerio-android/issues/37)) ([d986f54](https://github.com/customerio/customerio-android/commit/d986f546c9200fd5477de719db2e6b804fe9308f))
* updated host endpoints ([#53](https://github.com/customerio/customerio-android/issues/53)) ([efe2b9e](https://github.com/customerio/customerio-android/commit/efe2b9e36e0fe86abd9666f2d3af4fb84eadcdfb))
* user agent ([#42](https://github.com/customerio/customerio-android/issues/42)) ([37af83e](https://github.com/customerio/customerio-android/commit/37af83ed0f73d4123354f2cf8d68befbd172c8f8))


### Features

* automatic screen tracking ([#52](https://github.com/customerio/customerio-android/issues/52)) ([8f95ebb](https://github.com/customerio/customerio-android/commit/8f95ebb59a1dbb94060a44a3db21b8bd2bac5723))
* event tracking, identify customer ([#29](https://github.com/customerio/customerio-android/issues/29)) ([5181268](https://github.com/customerio/customerio-android/commit/51812682a79154b9fdc38ac604fb0cc2c4c74156))
* manual screen tracking ([#51](https://github.com/customerio/customerio-android/issues/51)) ([213a278](https://github.com/customerio/customerio-android/commit/213a278e668f0e26ffef5983d6357b5370f96ad2))
* Push notification ([#31](https://github.com/customerio/customerio-android/issues/31)) ([c639802](https://github.com/customerio/customerio-android/commit/c639802a44ea442212c65155efeb470f7c6ac64e))
* Rich push support ([#34](https://github.com/customerio/customerio-android/issues/34)) ([2480127](https://github.com/customerio/customerio-android/commit/2480127f976f01f91c3d75f55ffc2589a2b58f59))

# [1.0.0-beta.2](https://github.com/customerio/customerio-android/compare/1.0.0-beta.1...1.0.0-beta.2) (2022-01-18)


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.0-alpha.5"
const val version: String = "1.0.0"
}

0 comments on commit 5c8bb0f

Please sign in to comment.