From a04222b9f03a22380b74d326590b29a2e7d5adaa Mon Sep 17 00:00:00 2001 From: Ryan Lepinski Date: Fri, 9 Aug 2019 16:23:59 -0700 Subject: [PATCH] Release 11.0.3 (#600) --- CHANGELOG.md | 19 +++++++++++++++++++ build.gradle | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) 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