diff --git a/CHANGELOG.md b/CHANGELOG.md index 4528806..5baae00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Unity Plugin ChangeLog +## Version 8.1.0 - January 15, 2020 + +Minor release that adds support for In-App Automation message limits and segments. + +### Changes +- Updated iOS SDK to 14.2.2 +- Updated Android SDK to 14.1.1 + ## Version 8.0.1 - October 1, 2020 Patch release fixing a crash related to channel update events in the iOS plugin. Apps currently diff --git a/airship.properties b/airship.properties index 42f4829..fb6efd1 100644 --- a/airship.properties +++ b/airship.properties @@ -1,11 +1,11 @@ # Plugin version -version = 8.0.1 +version = 8.1.0 # Urban Airship iOS SDK version -iosAirshipVersion = 14.1.2 +iosAirshipVersion = 14.2.2 # Urban Airship Android SDK version -androidAirshipVersion = 14.0.1 +androidAirshipVersion = 14.1.1 # Android X annotations androidxAnnotationVersion = 1.1.0