From 467594170e823c2f9ea2cc5e6f5208d5b7bffa10 Mon Sep 17 00:00:00 2001 From: Ryan Lepinski Date: Fri, 13 Dec 2019 14:50:58 -0800 Subject: [PATCH] Release 9.7.3 --- CHANGELOG.md | 9 +++++++++ airship.properties | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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