diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d8309c3938..3c9e8debfb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +### 7.2.0 2018-07-12 +* Add beta support for PaymentIntents for usage with card sources [] +* Add sample integration with PaymentIntents +* Fix crash in MaskedCardAdapter * **BREAKING** Add `preferredLanguage` parameter to `SourceParams.createBancontactParams` [#589](https://github.com/stripe/stripe-android/pull/589) ### 7.1.0 2018-06-11 diff --git a/README.md b/README.md index 0256d0870a2..a24793ea217 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The Stripe Android SDK makes it quick and easy to build an excellent payment exp No need to clone the repository or download any files -- just add this line to your app's `build.gradle` inside the `dependencies` section: ``` -compile 'com.stripe:stripe-android:7.1.0' +compile 'com.stripe:stripe-android:7.2.0' ``` Note: We recommend that you don't use `compile 'com.stripe:stripe-android:+`, as future versions of the SDK may not maintain full backwards compatibility. When such a change occurs, a major version number change will accompany it. diff --git a/stripe/AndroidManifest.xml b/stripe/AndroidManifest.xml index 859fa864564..14495b7857e 100644 --- a/stripe/AndroidManifest.xml +++ b/stripe/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/stripe/gradle.properties b/stripe/gradle.properties index 96b87db4b10..cbf199cf3c1 100644 --- a/stripe/gradle.properties +++ b/stripe/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=7.1.0 +VERSION_NAME=7.2.0 POM_DESCRIPTION=Stripe Android Bindings POM_NAME=stripe-android POM_ARTIFACT_ID=stripe-android