diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a9e06bd..348c006b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ Android ChangeLog [Migration Guides](https://github.com/urbanairship/android-library/tree/master/documentation/migration) +Version 9.7.3 - December 13, 2019 +================================= +Fixes stability issues with in-app automation. + +Changes +------- +- Fixes crash if specifying duplicate locale audience conditions for an In-App Automation. + + Version 9.7.2 - August 30, 2019 =============================== Fixes an issue where push message could result in duplicate push notifications. Applications that are diff --git a/airship.properties b/airship.properties index e5b9ff7d6..dedd0f943 100644 --- a/airship.properties +++ b/airship.properties @@ -1,5 +1,5 @@ # Airship Version - major.minor.patch -version = 9.7.2 +version = 9.7.3 # Airship Version Qualifier beta, release, etc... #versionQualifier = beta