diff --git a/CHANGELOG.md b/CHANGELOG.md index 053b1007a..f810c452e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [3.3.2](https://github.com/customerio/customerio-android/compare/3.3.1...3.3.2) (2023-03-10) + + +### Bug Fixes + +* remove tasks from queue with 400 http response ([#177](https://github.com/customerio/customerio-android/issues/177)) ([3ed104a](https://github.com/customerio/customerio-android/commit/3ed104a65be9cb673e4ab694335adef5d0047b8d)) + ### [3.3.1](https://github.com/customerio/customerio-android/compare/3.3.0...3.3.1) (2023-03-07) diff --git a/sdk/src/main/java/io/customer/sdk/Version.kt b/sdk/src/main/java/io/customer/sdk/Version.kt index 0378fa9cf..a157968cd 100644 --- a/sdk/src/main/java/io/customer/sdk/Version.kt +++ b/sdk/src/main/java/io/customer/sdk/Version.kt @@ -7,5 +7,5 @@ package io.customer.sdk internal object Version { - const val version: String = "3.3.1" + const val version: String = "3.3.2" }