From 8b3c5029acc928dea59f2467c63e4dd147ba9adb Mon Sep 17 00:00:00 2001 From: Marc Sciglimpaglia Date: Thu, 29 Oct 2020 14:02:02 -0700 Subject: [PATCH] [MOBILE-1979] release 14.0.2 (#848) --- CHANGELOG.md | 8 +++++++- build.gradle | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 768b6d439..d1045b487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,14 @@ [Migration Guides](https://github.com/urbanairship/android-library/tree/main/documentation/migration) +## Version 14.0.2 - October 29, 2020 +Patch release optimizing named user tag group cache usage in In-App-Automation. + +### Changes +- IAA tag group cache is now cleared when a named user is associated or disassociated + ## Version 14.0.1 - September 23, 2020 -Patch release to fix an exception caused by too many alarms being scheduled for in-app automation message intervals on Samsung devices. Applications seeing crashes related to alarms should update. +Patch release to fix an exception caused by too many alarms being scheduled for in-app automation message intervals on Samsung devices. Applications seeing crashes related to alarms should update. ## Version 14.0.0 - September 3, 2020 Airship SDK 14 is a major update that prepares our automation module to support future IAA enhancements, revamps the Channel Capture tool, and provides other improvements. diff --git a/build.gradle b/build.gradle index 43ced8d88..0618a7148 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { // Airship Version - major.minor.patch - airshipVersion = '14.0.1' + airshipVersion = '14.0.2' // Airship Version Qualifier beta, release, etc... // airshipVersionQualifier = "beta"