Skip to content

Commit

Permalink
Release 8.5.2 (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski authored and BrianBatchelder committed Aug 9, 2017
1 parent e066692 commit 0703427
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AirshipKit/AirshipConfig.xcconfig
@@ -1,6 +1,6 @@
// Copyright 2017 Urban Airship and Contributors

CURRENT_PROJECT_VERSION = 8.5.1
CURRENT_PROJECT_VERSION = 8.5.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
Expand Up @@ -2,7 +2,7 @@

#import "UAirshipVersion.h"

NSString *const versionString = @"8.5.1";
NSString *const versionString = @"8.5.2";

@implementation UAirshipVersion

Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@ iOS Changelog

Migration Guides: Documentation/Migration

Version 8.5.2 - August 9, 2017
==============================
Patch release that fixes issues with message center, applications that use
protected data and background services, and issues with deep link and tag
actions running when a push is received in the foreground. Applications that
use any of those features should update to this release.

Bug fixes
---------
- Fixed Core Data crash when the application uses protected data and wakes up in the
background before the device is unlocked.
- Fixed deep link and tag actions running when a push is received in the foreground due
to the predicate not being applied (Regression from 8.4.0).
- Fixed message center not deep linking into the message view from a push notification.
- Fixed message center edit mode not exiting after performing an action.
- Fixed keys for Rate App Action's optional title and body arguments.

Version 8.5.1 - July 27, 2017
=============================

Expand Down
2 changes: 1 addition & 1 deletion UrbanAirship-iOS-AppExtensions.podspec
@@ -1,5 +1,5 @@
Pod::Spec.new do |s|
s.version = "8.5.1"
s.version = "8.5.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
@@ -1,5 +1,5 @@
Pod::Spec.new do |s|
s.version = "8.5.1"
s.version = "8.5.2"
s.name = "UrbanAirship-iOS-SDK"
s.summary = "Urban Airship iOS SDK"

Expand Down

0 comments on commit 0703427

Please sign in to comment.