diff --git a/CHANGELOG.md b/CHANGELOG.md index f837216ee..c1109a9da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Android ChangeLog [Migration Guides](https://github.com/urbanairship/android-library/tree/master/documentation/migration) + +Version 10.1.3 - September 16, 2019 +=================================== +Patch release to fix an issue with custom event attribution when adding a custom event through a Message +Center message. Apps that add events in a Message Center message should update. + + Version 10.1.2 - August 30, 2019 ================================ Patch release to fix an issue with reporting the wrong push ID in the NotificationListener. diff --git a/build.gradle b/build.gradle index f8dc48367..1a7f88a14 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { // Airship Version - major.minor.patch - airshipVersion = '10.1.2' + airshipVersion = '10.1.3' // Airship Version Qualifier beta, release, etc... // airshipVersionQualifier = beta