From 2c71e6f60b04679d78d3688766a265f36f4d09d9 Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Tue, 16 Jul 2019 14:30:17 -0400 Subject: [PATCH] Prepare for 9.3.8 release --- CHANGELOG.md | 3 +++ README.md | 2 +- VERSION | 2 +- stripe/AndroidManifest.xml | 4 ++-- stripe/gradle.properties | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a31c69a4cba..dbcb6d9b118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 9.3.8 - 2019-07-16 +* [#1193](https://github.com/stripe/stripe-android/pull/1193) Fix `RuntimeException` related to 3DS2 + ## 9.3.7 - 2019-07-15 * [#1154](https://github.com/stripe/stripe-android/pull/1154) Fix `NullPointerException` in `PaymentMethodsActivity` * [#1174](https://github.com/stripe/stripe-android/pull/1174) Add `getCardBuilder()` method to Card widgets diff --git a/README.md b/README.md index 131f33540ac..e46366fe961 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ stripe-android supports Android 4.4 (API level 19) and above. No need to clone the repository or download any files -- just add this line to your app's `build.gradle` inside the `dependencies` section: ``` -implementation 'com.stripe:stripe-android:9.3.7' +implementation 'com.stripe:stripe-android:9.3.8' ``` 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/VERSION b/VERSION index fc65255a129..404f8a3237a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.3.7 +9.3.8 diff --git a/stripe/AndroidManifest.xml b/stripe/AndroidManifest.xml index 65dcf0b4218..92ba3b67579 100644 --- a/stripe/AndroidManifest.xml +++ b/stripe/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/stripe/gradle.properties b/stripe/gradle.properties index 91529c9a1ff..8f3d10e67c3 100644 --- a/stripe/gradle.properties +++ b/stripe/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=9.3.7 +VERSION_NAME=9.3.8 POM_DESCRIPTION=Stripe Android Bindings POM_NAME=stripe-android POM_ARTIFACT_ID=stripe-android