Skip to content

Commit 5d4584b

Browse files
authored
Merge pull request #125 from urbanairship/MOBILE-2033
Release 8.1.0
2 parents 513f08e + d6a4328 commit 5d4584b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Unity Plugin ChangeLog
22

3+
## Version 8.1.0 - January 15, 2020
4+
5+
Minor release that adds support for In-App Automation message limits and segments.
6+
7+
### Changes
8+
- Updated iOS SDK to 14.2.2
9+
- Updated Android SDK to 14.1.1
10+
311
## Version 8.0.1 - October 1, 2020
412

513
Patch release fixing a crash related to channel update events in the iOS plugin. Apps currently

airship.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Plugin version
2-
version = 8.0.1
2+
version = 8.1.0
33

44
# Urban Airship iOS SDK version
5-
iosAirshipVersion = 14.1.2
5+
iosAirshipVersion = 14.2.2
66

77
# Urban Airship Android SDK version
8-
androidAirshipVersion = 14.0.1
8+
androidAirshipVersion = 14.1.1
99

1010
# Android X annotations
1111
androidxAnnotationVersion = 1.1.0

0 commit comments

Comments
 (0)