Skip to content

Commit

Permalink
Create release 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prayansh committed Jul 8, 2021
1 parent 07a2903 commit 7d65f26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

Version 4.10.0 (July 8, 2021)
============================
* [New](https://github.com/segmentio/analytics-android/pull/769): Add referrer property when tracking Deep Link Opened

Version 4.9.4 (May 3, 2021)
============================
* [Fix](https://github.com/segmentio/analytics-android/pull/761): Map product_id for a Product
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROUP=com.segment.analytics.android

VERSION_CODE=495
VERSION_NAME=4.9.5
VERSION_CODE=4100
VERSION_NAME=4.10.0

POM_NAME=Segment for Android
POM_DESCRIPTION=The hassle-free way to add analytics to your Android app.
Expand All @@ -21,4 +21,4 @@ POM_DEVELOPER_NAME=Segment, Inc.
org.gradle.jvmargs=-Xmx1536m

android.useAndroidX=true
android.enableJetifier=true
android.enableJetifier=true

0 comments on commit 7d65f26

Please sign in to comment.