From f94544e4e6ac3341f2cf80ea151227d4fb1cf15e Mon Sep 17 00:00:00 2001 From: Jack Flintermann Date: Fri, 5 Feb 2016 18:03:32 -0500 Subject: [PATCH] 6.2.0 --- CHANGELOG | 3 +++ Stripe.podspec | 2 +- Stripe/Info.plist | 4 ++-- Stripe/PublicHeaders/STPAPIClient.h | 2 +- VERSION | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 012334361c5..be64c6f9c26 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +== 6.2.0 2016-02-05 +* Added an `additionalAPIParameters` field to STPCardParams and STPBankAccountParams for sending additional values to the API - useful for beta features. Similarly, added an `allResponseFields` property to STPToken, STPCard, and STPBankAccount for accessing fields in the response that are not yet refelected in those classes' @properties. + == 6.1.0 2016-01-21 * Renamed card on STPPaymentCardTextField to cardParams. * You can now set an STPPaymentCardTextField's contents programmatically by setting cardParams to an STPCardParams object. diff --git a/Stripe.podspec b/Stripe.podspec index 3bc27f246cc..5770e476748 100644 --- a/Stripe.podspec +++ b/Stripe.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Stripe' - s.version = '6.1.0' + s.version = '6.2.0' s.summary = 'Stripe is a web-based API for accepting payments online.' s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = 'https://stripe.com/docs/mobile/ios' diff --git a/Stripe/Info.plist b/Stripe/Info.plist index 5f7ff7523c9..a2582001222 100644 --- a/Stripe/Info.plist +++ b/Stripe/Info.plist @@ -13,11 +13,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.1.0 + 6.2.0 CFBundleSignature ???? CFBundleVersion - 6.1.0 + 6.2.0 NSPrincipalClass diff --git a/Stripe/PublicHeaders/STPAPIClient.h b/Stripe/PublicHeaders/STPAPIClient.h index dfdb331e9ba..aefc47daa71 100644 --- a/Stripe/PublicHeaders/STPAPIClient.h +++ b/Stripe/PublicHeaders/STPAPIClient.h @@ -8,7 +8,7 @@ #import -static NSString *const __nonnull STPSDKVersion = @"6.1.0"; +static NSString *const __nonnull STPSDKVersion = @"6.2.0"; @class STPBankAccount, STPBankAccountParams, STPCard, STPCardParams, STPToken; diff --git a/VERSION b/VERSION index dfda3e0b4f0..6abaeb2f907 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.0 +6.2.0