Skip to content

Commit

Permalink
Merge pull request #1185 from urbanairship/release-8.2.1
Browse files Browse the repository at this point in the history
Release 8.2.1
  • Loading branch information
rlepinski authored Mar 30, 2017
2 parents bc9a22f + 0f0f6fe commit f865b59
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AirshipKit/AirshipConfig.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
CURRENT_PROJECT_VERSION = 8.2.0
CURRENT_PROJECT_VERSION = 8.2.1

// Uncomment to include the preview build warning
// OTHER_CFLAGS = $(inherited) -DUA_PREVIEW=1
2 changes: 1 addition & 1 deletion AirshipKit/AirshipKit/UAirshipVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#import "UAirshipVersion.h"

NSString *const versionString = @"8.2.0";
NSString *const versionString = @"8.2.1";

@implementation UAirshipVersion

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

Migration Guide: http://docs.urbanairship.com/topic_guides/ios_migration.html.

Version 8.2.1 - March 30, 2017
==============================
Bug Fixes
----------
- Added missing file references to static library.
- Added extra validation to message list response body.

Version 8.2.0 - February 16, 2017
=================================
New Features
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.2.0"
s.version = "8.2.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.2.0"
s.version = "8.2.1"
s.name = "UrbanAirship-iOS-SDK"
s.summary = "Urban Airship iOS SDK"

Expand Down

0 comments on commit f865b59

Please sign in to comment.