Skip to content

Commit

Permalink
Release 11.0.5 (#608)
Browse files Browse the repository at this point in the history
* Release 11.0.5

* Add 10.1.3 changelog
  • Loading branch information
rlepinski authored Sep 16, 2019
1 parent 1296dbc commit 823c978
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Android ChangeLog

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

Version 11.0.5 - 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.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 11.0.4 - August 30, 2019
================================
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Airship SDK for Android.
...
// Airship SDK - FCM
implementation 'com.urbanairship.android:urbanairship-fcm:10.0.2'
implementation 'com.urbanairship.android:urbanairship-fcm:11.0.5'
}
```

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.4'
airshipVersion = '11.0.5'

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

0 comments on commit 823c978

Please sign in to comment.