diff --git a/CHANGELOG.md b/CHANGELOG.md index cd4c8381..98a8a032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Cordova Plugin Changelog +## Version 10.1.2 - May 5, 2020 +Patch release updating to the latest Airship SDKs and addressing issues with YouTube video support and channel registration on iOS. + +### Changes +- Updated iOS SDK to 13.3.0 +- Updated Android SDK to 13.1.0 +- Fixed YouTube video support in Message Center and HTML In-app messages. +- Fixed channel registration to occur every APNs registration change. + ## Version 10.1.1 - March 23, 2020 Patch addressing a regression in iOS SDK 13.1.0 causing channel tag loss when upgrading from iOS SDK versions prior to 13.0.1. Apps upgrading from plugin diff --git a/package-lock.json b/package-lock.json index 549ddec8..0229bb62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "urbanairship-cordova", - "version": "10.0.0", + "version": "10.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b43241b3..6211650d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urbanairship-cordova", - "version": "10.1.1", + "version": "10.1.2", "description": "Urban Airship Cordova plugin", "cordova": { "id": "urbanairship-cordova", diff --git a/plugin.xml b/plugin.xml index 6a3ba5e3..110944f8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ @@ -36,7 +36,7 @@ + android:value="10.1.2"/> - 10.1.1 + 10.1.2