diff --git a/CHANGELOG.md b/CHANGELOG.md index e50d446cf..4f8593f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +Version 4.10.2 (Jan 18, 2022) +============================ +* [New](https://github.com/segmentio/analytics-android/pull/784): fix get unique id NPE + Version 4.10.1 (Jan 11, 2022) ============================ * [New](https://github.com/segmentio/analytics-android/pull/781): Address violation of retrieving unsettable device diff --git a/gradle.properties b/gradle.properties index 4c94b4d88..f4f77639e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ GROUP=com.segment.analytics.android -VERSION_CODE=4100 +VERSION_CODE=4102 VERSION_NAME=4.10.2 POM_NAME=Segment for Android