Skip to content

Commit 99e0cb6

Browse files
committed
apptentive-ios v1.4.2 release
1 parent f2fc0e5 commit 99e0cb6

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

ApptentiveConnect/source/ATConnect.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#import <Cocoa/Cocoa.h>
1414
#endif
1515

16-
#define kATConnectVersionString @"1.4.1"
16+
#define kATConnectVersionString @"1.4.2"
1717

1818
#if TARGET_OS_IPHONE
1919
# define kATConnectPlatformString @"iOS"

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2014-04-18 wooster, pkamb v1.4.2
2+
-----------------------
3+
4+
This release adds push notification integration with Amazon Web Services (AWS) Simple Notification Service (SNS).
5+
6+
Use `addAmazonSNSIntegrationWithDeviceToken:` to enable SNS push notifications.
7+
8+
Fixes:
9+
10+
* IOS-461 Add integration with Amazon SNS
11+
* #90 ATLogger fails to catch exception if no space left on device
12+
* #91 ATAppConfigurationUpdateTask needs to retain self before updating task state
13+
114
2014-04-13 wooster, pkamb v1.4.1
215
-----------------------
316

apptentive-ios.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'apptentive-ios'
3-
s.version = '1.4.1'
3+
s.version = '1.4.2'
44
s.license = 'BSD'
55
s.summary = 'Apptentive Customer Communications SDK.'
66
s.homepage = 'https://www.apptentive.com/'

0 commit comments

Comments
 (0)