From c21107dff7cd184a65ec122a787dfdacb62cdfce Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Tue, 5 Oct 2021 12:54:19 -0700 Subject: [PATCH] prepare for 2.3.2 release --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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