Skip to content

Commit

Permalink
Release 11.0.3 (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski authored Aug 9, 2019
1 parent 857e1c8 commit a04222b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a04222b

Please sign in to comment.