Skip to content

Commit

Permalink
Release 10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Aug 30, 2019
1 parent dc014d1 commit dc13a9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Android ChangeLog

[Migration Guides](https://github.com/urbanairship/android-library/tree/master/documentation/migration)

Version 10.1.2 - August 30, 2019
================================
Patch release to fix an issue with reporting the wrong push ID in the NotificationListener.
Applications that rely on the notification ID should update.

Version 10.1.1 - August 9, 2019
===============================
Patch release to fix direct open reporting for notifications when an activity is resumed from
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 = '10.1.1'
airshipVersion = '10.1.2'

// Airship Version Qualifier beta, release, etc...
// airshipVersionQualifier = beta
Expand Down

0 comments on commit dc13a9c

Please sign in to comment.