Skip to content

Commit

Permalink
Release 8.6.2 (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianBatchelder authored Oct 30, 2017
1 parent 68eff6c commit 7be0157
Show file tree
Hide file tree
Showing 5 changed files with 12 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.1
CURRENT_PROJECT_VERSION = 8.6.2

// 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.1";
NSString *const versionString = @"8.6.2";

@implementation UAirshipVersion

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ iOS Changelog

Migration Guides: Documentation/Migration

Version 8.6.2 - October 30, 2017
==================================
Patch release to correctly parse "mailto:" URLs in message center messages and enable optional localization of Message Center's "Done" and "Edit" buttons. Applications should update to this release if they require this behavior.

Bug fixes
---------
- Correctly parse "mailto:" URLs in message center messages.

Version 8.6.1 - October 23, 2017
==================================
Patch release that fixes a registration delegate issue that prevents the authorized types from
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.1"
s.version = "8.6.2"

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.1"
s.version = "8.6.2"
s.name = "UrbanAirship-iOS-SDK"
s.summary = "Urban Airship iOS SDK"

Expand Down

0 comments on commit 7be0157

Please sign in to comment.