diff --git a/CHANGELOG.md b/CHANGELOG.md index 1acc64b9f..e85b8b067 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.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`. + +### Changes +- Fixed a potential crash related to analytics during app init +- Added builders for modifying `InAppMessage` and `AutomationSchedule` objects via extenders set on `LegacyInAppMessaging` + ## Version 18.0.0, June 14, 2024 Major SDK release with several breaking changes. See the [Migration Guides](https://github.com/urbanairship/android-library/tree/main/documentation/migration/migration-guide-17-18.md) for more info. diff --git a/build.gradle b/build.gradle index a7008983c..a531a2e56 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { // Airship Version - major.minor.patch - airshipVersion = '18.0.0' + airshipVersion = '18.1.0' // Airship Version Qualifier beta, release, etc... // airshipVersionQualifier = "alpha"