Skip to content

Commit

Permalink
chore: prepare for 2.1.0
Browse files Browse the repository at this point in the history
## [2.1.0](2.0.1...2.1.0) (2022-08-01)

### Features

* delete expired background queue tasks ([8dca8b7](8dca8b7))

### Bug Fixes

* deploy code script commands ([#124](#124)) ([fe817d1](fe817d1))
  • Loading branch information
semantic-release-bot committed Aug 1, 2022
1 parent dd546d4 commit a875bfc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.1.0](https://github.com/customerio/customerio-android/compare/2.0.1...2.1.0) (2022-08-01)


### Features

* delete expired background queue tasks ([8dca8b7](https://github.com/customerio/customerio-android/commit/8dca8b719f634d06c86628f154b2ff45d1bd6c79))


### Bug Fixes

* deploy code script commands ([#124](https://github.com/customerio/customerio-android/issues/124)) ([fe817d1](https://github.com/customerio/customerio-android/commit/fe817d10ee00ec5694d3b3e2caa8658c7cc9a1b1))

## [2.1.0-beta.1](https://github.com/customerio/customerio-android/compare/2.0.1...2.1.0-beta.1) (2022-08-01)


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 = "2.1.0-beta.1"
const val version: String = "2.1.0"
}

0 comments on commit a875bfc

Please sign in to comment.