Skip to content

Commit

Permalink
Release 9.5.5 (#470)
Browse files Browse the repository at this point in the history
* Release 9.5.5

* Feedback
  • Loading branch information
rlepinski authored Nov 14, 2018
1 parent 8401311 commit bf62770
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ Android ChangeLog

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

Version 9.5.5 - November 14, 2018
=================================

Patch release that fixes an issue with Autopilot. If early take off was disabled it would prevent the
display of push notifications. Apps that disable early take off should update.

Changes
-------
- Fixed PersistableBundle NPE.
- Fixed ChannelCapture tool sometimes throwing an exception.
- Attempt automatic take off when receiving a new push or token from FCM.
- Marked `RichPushUser#update(boolean)` as library only. Applications should not call this method. It
is handled internally by the SDK.


Version 9.5.4 - October 25, 2018
================================

Expand Down
2 changes: 1 addition & 1 deletion airship.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Airship Version - major.minor.patch
version = 9.5.4
version = 9.5.5

# Airship Version Qualifier beta, release, etc...
#versionQualifier = beta
Expand Down

0 comments on commit bf62770

Please sign in to comment.