diff --git a/CHANGELOG.md b/CHANGELOG.md index 508877a..612e05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +2.3.2 / 2021-10-05 +================== +* [Fix](https://github.com/segment-integrations/analytics-android-integration-firebase/pull/41): add null check on formatProducts + 2.3.1 / 2021-09-09 ================== * [Fix](https://github.com/segment-integrations/analytics-android-integration-firebase/pull/39): Catch error when products=null diff --git a/gradle.properties b/gradle.properties index fcbfb85..64cb472 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ GROUP=com.segment.analytics.android.integrations -VERSION=2.3.1 +VERSION=2.3.2 POM_ARTIFACT_ID=firebase POM_PACKAGING=aar