Skip to content

Commit

Permalink
[MOBILE-1979] release 14.0.2 (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-scig authored Oct 29, 2020
1 parent cb6195b commit 8b3c502
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8b3c502

Please sign in to comment.