diff --git a/AWSAppSync.podspec b/AWSAppSync.podspec index 4e08f337..eb0a5ddc 100644 --- a/AWSAppSync.podspec +++ b/AWSAppSync.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSAppSync' - s.version = '2.14.2' + s.version = '2.14.3' s.author = 'AWS' s.homepage = 'http://aws.amazon.com/mobile/sdk' s.license = { :type => 'Amazon Software License', :file => 'LICENSE' } diff --git a/AWSAppSyncClient/AWSAppSyncHTTPNetworkTransport.swift b/AWSAppSyncClient/AWSAppSyncHTTPNetworkTransport.swift index 744ac00f..ed79efd5 100644 --- a/AWSAppSyncClient/AWSAppSyncHTTPNetworkTransport.swift +++ b/AWSAppSyncClient/AWSAppSyncHTTPNetworkTransport.swift @@ -111,7 +111,7 @@ public class AWSAppSyncHTTPNetworkTransport: AWSNetworkTransport { request.httpMethod = "POST" request.setValue(NSDate().aws_stringValue(AWSDateISO8601DateFormat2), forHTTPHeaderField: "X-Amz-Date") request.setValue("application/json", forHTTPHeaderField: "Content-Type") - request.setValue("aws-sdk-ios/2.14.2 AppSyncClient", forHTTPHeaderField: "User-Agent") + request.setValue("aws-sdk-ios/2.14.3 AppSyncClient", forHTTPHeaderField: "User-Agent") addDeviceId(request: &request) } diff --git a/AWSAppSyncClient/Info.plist b/AWSAppSyncClient/Info.plist index 92fffe52..86ade650 100644 --- a/AWSAppSyncClient/Info.plist +++ b/AWSAppSyncClient/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.14.2 + 2.14.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/CHANGELOG.md b/CHANGELOG.md index 421abe63..311f8fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The AWS AppSync SDK for iOS enables you to access your AWS AppSync backend and perform operations like `Queries`, `Mutations` and `Subscriptions`. The SDK also includes support for offline operations. -## 2.14.2 +## 2.14.3 ### Bug Fixes @@ -16,6 +16,13 @@ also includes support for offline operations. - Updated AWS SDK dependencies to 2.11.0 +## 2.14.2 + +### Deprecated Release + +This release has invalid dependency declaration in the AWSAppSync.podspec. Please use release 2.14.3 instead. + + ## 2.14.1 ### Misc. Updates