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"