diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a265296..b2ec247cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Android ChangeLog [Migration Guides](https://github.com/urbanairship/android-library/tree/master/documentation/migration) +Version 9.5.3 - October 15, 2018 +================================ +Patch release that fixes displaying HTML in-app messages as full screen +on smaller screen (w480dp) devices. + Version 9.5.2 - September 20, 2018 ================================== Patch release to fix build errors when building with code shrinking enabled while proguard is disabled. diff --git a/airship.properties b/airship.properties index 62fdf46a1..ed79ed3db 100644 --- a/airship.properties +++ b/airship.properties @@ -1,5 +1,5 @@ # Airship Version - major.minor.patch -version = 9.5.2 +version = 9.5.3 # Airship Version Qualifier beta, release, etc... #versionQualifier = beta