Skip to content

Commit

Permalink
Prep release 18.4.1 (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh authored Nov 16, 2024
1 parent d2a2aec commit a715eac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a715eac

Please sign in to comment.