Skip to content

Release v2.2.0 #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.2.0 / 2021-03-23
==================
* [Fix](https://github.com/segment-integrations/analytics-android-integration-firebase/pull/32): Logic to catch forbidden chars in keys
* [Fix](https://github.com/segment-integrations/analytics-android-integration-firebase/pull/33): Apply correct transformation for Products Searched
* [New](https://github.com/segment-integrations/analytics-android-integration-firebase/pull/34): Bump internal firebase SDK to 18.0.0

2.1.1 / 2020-04-21
==================
* Adds check on `makeKey` to replace `-` to `_` on properties and event names.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.segment.analytics.android.integrations

VERSION=2.1.1-SNAPSHOT
VERSION=2.2.0-SNAPSHOT

POM_ARTIFACT_ID=firebase
POM_PACKAGING=aar
Expand Down