Skip to content

Commit

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

### Bug Fixes

* parsing exception for expired tasks ([440bb13](440bb13))
  • Loading branch information
semantic-release-bot committed Aug 1, 2022
1 parent 440bb13 commit 94a64ea
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 @@
### [2.1.1](https://github.com/customerio/customerio-android/compare/2.1.0...2.1.1) (2022-08-01)


### Bug Fixes

* parsing exception for expired tasks ([440bb13](https://github.com/customerio/customerio-android/commit/440bb134a4a234f2bc15354dc0ad6ca90a1b5da8))

## [2.1.0](https://github.com/customerio/customerio-android/compare/2.0.1...2.1.0) (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"
const val version: String = "2.1.1"
}

0 comments on commit 94a64ea

Please sign in to comment.