From 8bd4ecc01e72349e0bbc8c38c64254c5737afcf0 Mon Sep 17 00:00:00 2001 From: David Crow Date: Mon, 23 Oct 2017 12:34:35 -0700 Subject: [PATCH] Release 8.6.1 --- AirshipKit/AirshipConfig.xcconfig | 2 +- AirshipKit/AirshipKit/common/UAirshipVersion.m | 2 +- CHANGELOG.md | 9 +++++++++ UrbanAirship-iOS-AppExtensions.podspec | 2 +- UrbanAirship-iOS-SDK.podspec | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/AirshipKit/AirshipConfig.xcconfig b/AirshipKit/AirshipConfig.xcconfig index 062954c05..382068701 100644 --- a/AirshipKit/AirshipConfig.xcconfig +++ b/AirshipKit/AirshipConfig.xcconfig @@ -1,6 +1,6 @@ // Copyright 2017 Urban Airship and Contributors -CURRENT_PROJECT_VERSION = 8.6.0 +CURRENT_PROJECT_VERSION = 8.6.1 // Uncomment to include the preview build warning // OTHER_CFLAGS = $(inherited) -DUA_PREVIEW=1 diff --git a/AirshipKit/AirshipKit/common/UAirshipVersion.m b/AirshipKit/AirshipKit/common/UAirshipVersion.m index 464516ab2..0e83ba7e7 100644 --- a/AirshipKit/AirshipKit/common/UAirshipVersion.m +++ b/AirshipKit/AirshipKit/common/UAirshipVersion.m @@ -2,7 +2,7 @@ #import "UAirshipVersion.h" -NSString *const versionString = @"8.6.0"; +NSString *const versionString = @"8.6.1"; @implementation UAirshipVersion diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5b6dff3..02b915f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ iOS Changelog Migration Guides: Documentation/Migration +Version 8.6.1 - October 23, 2017 +================================== +Patch release that fixes a registration delegate issue that prevents the authorized types from +being updated on foreground. Applications should update to this release if they require this behavior. + +Bug fixes +--------- +- Update authorized notification types on foreground. + Version 8.6.0 - September 13, 2017 ================================== Official release for iOS 11 & Xcode 9. Applications should update to this release if they want to support iOS 11 or build under Xcode 9. Applications using SDK 8.5.3 with Carthage should update to this release. diff --git a/UrbanAirship-iOS-AppExtensions.podspec b/UrbanAirship-iOS-AppExtensions.podspec index 655ac3903..21302c3fa 100644 --- a/UrbanAirship-iOS-AppExtensions.podspec +++ b/UrbanAirship-iOS-AppExtensions.podspec @@ -1,5 +1,5 @@ Pod::Spec.new do |s| - s.version = "8.6.0" + s.version = "8.6.1" s.name = "UrbanAirship-iOS-AppExtensions" s.summary = "Urban Airship iOS App Extensions" diff --git a/UrbanAirship-iOS-SDK.podspec b/UrbanAirship-iOS-SDK.podspec index 88453073f..5e7911e0a 100644 --- a/UrbanAirship-iOS-SDK.podspec +++ b/UrbanAirship-iOS-SDK.podspec @@ -1,5 +1,5 @@ Pod::Spec.new do |s| - s.version = "8.6.0" + s.version = "8.6.1" s.name = "UrbanAirship-iOS-SDK" s.summary = "Urban Airship iOS SDK"