Skip to content

Commit

Permalink
Release 8.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crow committed Oct 23, 2017
1 parent ee7d288 commit 8bd4ecc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AirshipKit/AirshipConfig.xcconfig
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion AirshipKit/AirshipKit/common/UAirshipVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#import "UAirshipVersion.h"

NSString *const versionString = @"8.6.0";
NSString *const versionString = @"8.6.1";

@implementation UAirshipVersion

Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion UrbanAirship-iOS-AppExtensions.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion UrbanAirship-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 8bd4ecc

Please sign in to comment.