diff --git a/CHANGELOG b/CHANGELOG index c6058b1f752..4b169c3d433 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +== 3.1.0 2015-01-19 +* Add support for native Stripe Checkout, as well as STPPaymentPresenter for automatically using Checkout as a fallback for Apple Pay +* Add OSX support, including Checkout +* Add framework targets and Carthage support + == 3.0.0 2015-01-05 * Migrate code into STPAPIClient * Add 'brand' and 'funding' properties to STPCard diff --git a/Stripe/PublicHeaders/STPAPIClient.h b/Stripe/PublicHeaders/STPAPIClient.h index 697f1f79e26..f17c894a6e9 100644 --- a/Stripe/PublicHeaders/STPAPIClient.h +++ b/Stripe/PublicHeaders/STPAPIClient.h @@ -8,7 +8,7 @@ #import -static NSString *const STPSDKVersion = @"3.0.0"; +static NSString *const STPSDKVersion = @"3.1.0"; @class STPBankAccount, STPCard, STPToken; diff --git a/VERSION b/VERSION index 4a36342fcab..fd2a01863fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 +3.1.0