Skip to content

Commit

Permalink
Version 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkamb committed Mar 24, 2015
1 parent d1a3921 commit d1e0a8d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ApptentiveConnect/source/ATConnect.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import <Cocoa/Cocoa.h>
#endif

#define kATConnectVersionString @"1.7.1"
#define kATConnectVersionString @"1.7.2"

#if TARGET_OS_IPHONE
# define kATConnectPlatformString @"iOS"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2015-03-23 pkamb, wooster v1.7.2
--------------------------------

The 1.7.2 release contains a fix for multithreaded execution of `engage:` calls. Engaging events from a background thread had the possibility to cause Core Data issues. In 1.7.2, all `engage:` calls are made on the Main Thread.

2015-02-10 pkamb v1.7.1
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion apptentive-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'apptentive-ios'
s.version = '1.7.1'
s.version = '1.7.2'
s.license = 'BSD'
s.summary = 'Apptentive Customer Communications SDK.'
s.homepage = 'https://www.apptentive.com/'
Expand Down

0 comments on commit d1e0a8d

Please sign in to comment.