From 71570380f2a1dbd53770a2cacc03624bfde3c466 Mon Sep 17 00:00:00 2001 From: Josh Yaganeh <319444+jyaganeh@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:34:18 -0700 Subject: [PATCH] Release 18.3.2 --- CHANGELOG.md | 8 ++++++++ build.gradle | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a156a42..eafb26b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ [Migration Guides](https://github.com/urbanairship/android-library/tree/main/documentation/migration) +## Version 18.3.2 October 2, 2024 +Patch release that improves markdown support in Scenes and fixes for automation display interval and frequency limit handling. +Apps that make use of markdown in Scenes, or automations with display intervals or frequency limits should update. + +### Changes +- Improve markdown support in Scenes, including better handling of newlines in the input text. +- Fixed automation display interval and frequency limit handling. + ## Version 18.3.1 September 30, 2024 Patch release that fixes modal IAA border radius and fixes scenes with wide images. diff --git a/build.gradle b/build.gradle index 882bbce4e..db8e026ea 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { // Airship Version - major.minor.patch - airshipVersion = '18.3.1' + airshipVersion = '18.3.2' // Airship Version Qualifier beta, release, etc... // airshipVersionQualifier = "alpha"