diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aac35263..a04c1b6fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ Android ChangeLog [Migration Guides](https://github.com/urbanairship/android-library/tree/master/documentation/migration) + +Version 11.0.3 - August 9, 2019 +=============================== +Patch release to fix direct open reporting for notifications when an activity is resumed from +the background. Applications running 11.x should update. + +Changes +------- +- Fixed direct open attributions for push notifications. + +Version 10.1.1 - August 9, 2019 +=============================== +Patch release to fix direct open reporting for notifications when an activity is resumed from +the background. Applications running 10.x should update. + +Changes +------- +- Fixed direct open attributions for push notifications. + Version 11.0.2 - August 1, 2019 =============================== Patch release to fix an issue with not starting a custom activity with the intent filter action diff --git a/build.gradle b/build.gradle index 57dcbf89a..a0bec41d7 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { // Airship Version - major.minor.patch - airshipVersion = '11.0.2' + airshipVersion = '11.0.3' // Airship Version Qualifier beta, release, etc... // airshipVersionQualifier = beta