diff --git a/CHANGELOG.md b/CHANGELOG.md index e85b8b067..27dd88892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ [Migration Guides](https://github.com/urbanairship/android-library/tree/main/documentation/migration) +## Version 18.1.1, June 28, 2024 +Patch release that includes fixes for Preference Center, Privacy Manager, and Embedded Content. + +### Changes +- Fixed a Preference Center issue that caused contact subscription toggles to show the incorrect state after being toggled +- Fixed test dependency being included in the automation module +- Fixed Embedded Content impression event interval +- Fixed privacy manager crash when enabling, disabling, or setting an empty set of features +- Contact channel listing is now refreshed on foreground and from a background push + ## Version 18.1.0, June 20, 2024 Minor SDK release that fixes a potential crash related to analytics during app init and adds public builders for modifying `InAppMessage` and `AutomationSchedule` objects via extenders set on`LegacyInAppMessaging`. diff --git a/build.gradle b/build.gradle index a531a2e56..0ff4660a4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { // Airship Version - major.minor.patch - airshipVersion = '18.1.0' + airshipVersion = '18.1.1' // Airship Version Qualifier beta, release, etc... // airshipVersionQualifier = "alpha"