Skip to content

Commit

Permalink
[release-10.0.1] update CHANGELOG, version number (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-scig authored and rlepinski committed Jun 4, 2019
1 parent 95df38a commit 1a02fc5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ Android ChangeLog

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

Version 10.0.1 - June 4, 2019
=============================
Patch release fixing a minor regression in AirshipNotifiationProvider
when overriding small icon resources via the push API.

Changes
-------

- AirshipNotificationProvider deafults to the small icon specified in
the PushMessage, if available.
- AirshipNotificationProvider uses getters instead of instance variables
when building its default NotificationArguments.

Version 10.0.0 - May 22, 2019
=============================
Major release that addresses new background restrictions with Android Q,
Expand Down
4 changes: 2 additions & 2 deletions 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.0.0'
airshipVersion = '10.0.1'

// Airship Version Qualifier beta, release, etc...
// airshipVersionQualifier = beta
Expand Down Expand Up @@ -57,4 +57,4 @@ allprojects {
google()
jcenter()
}
}
}

0 comments on commit 1a02fc5

Please sign in to comment.