From a715eac54ee812fe5c1e0bf14b12ffd30479dd91 Mon Sep 17 00:00:00 2001 From: Josh Yaganeh <319444+jyaganeh@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:42:00 -0800 Subject: [PATCH] Prep release 18.4.1 (#1572) --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7b5bee7..ae861ffa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ [Migration Guides](https://github.com/urbanairship/android-library/tree/main/documentation/migration) +## Version 18.4.1 November 15, 2024 +Patch release that fixes an issue with pausing and resuming In-App Automations and avoids a potential crash in the Automation database. + +### Changes +* Fixed an issue with `AutomationEngine.setEnginePaused(...)` that could prevent message displays when paused an then un-paused +* Fixed a potential crash in Automation DB if 1000+ rows are present in the schedules table + ## Version 18.4.0 November 1, 2024 Minor release with several enhancements to Scenes and In-App Automations. diff --git a/build.gradle b/build.gradle index 76fcd4071..0fa7ed8f9 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { // Airship Version - major.minor.patch - airshipVersion = '18.4.0' + airshipVersion = '18.4.1' // Airship Version Qualifier beta, release, etc... // airshipVersionQualifier = "alpha"