diff --git a/CHANGELOG.md b/CHANGELOG.md index df1a8b73a45..83ff32fc03b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -435,6 +435,9 @@ See the [migration guide](https://github.com/stripe/stripe-android/blob/master/M * See [Advanced fraud detection](https://stripe.com/docs/disputes/prevention/advanced-fraud-detection) for more details ## 14.3.0 - 2020-04-20 +*This version of the SDK is not compliant with Google Play's Prominent Disclosure & Consent Requirements. The non-compliant code was unused and has been removed.* +*Please upgrade to version [14.4.0](https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#1440---2020-04-28) or greater.* + * [#2334](https://github.com/stripe/stripe-android/pull/2334) Add support for BACS Debit in `PaymentMethodCreateParams` * [#2335](https://github.com/stripe/stripe-android/pull/2335) Add support for BACS Debit Payment Method * [#2336](https://github.com/stripe/stripe-android/pull/2336) Improve `ShippingInfoWidget` @@ -460,7 +463,7 @@ See the [migration guide](https://github.com/stripe/stripe-android/blob/master/M ## 14.2.1 - 2020-03-26 *This version of the SDK is not compliant with Google Play's Prominent Disclosure & Consent Requirements. The non-compliant code was unused and has been removed.* -*Please upgrade to version [14.3.0](https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#1430---2020-04-20) or greater.* +*Please upgrade to version [14.4.0](https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#1440---2020-04-28) or greater.* * [#2299](https://github.com/stripe/stripe-android/pull/2299) Make `SourceParams.OwnerParams` constructor public and properties mutable * [#2304](https://github.com/stripe/stripe-android/pull/2304) Force Canadian postal codes to be uppercase @@ -469,7 +472,7 @@ See the [migration guide](https://github.com/stripe/stripe-android/blob/master/M ## 14.2.0 - 2020-03-18 *This version of the SDK is not compliant with Google Play's Prominent Disclosure & Consent Requirements. The non-compliant code was unused and has been removed.* -*Please upgrade to version [14.3.0](https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#1430---2020-04-20) or greater.* +*Please upgrade to version [14.4.0](https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#1440---2020-04-28) or greater.* * [#2278](https://github.com/stripe/stripe-android/pull/2278) Add ability to require US ZIP code in `CardInputWidget` and `CardMultilineWidget` * [#2279](https://github.com/stripe/stripe-android/pull/2279) Default `CardMultilineWidget` to global postal code configuration @@ -485,7 +488,7 @@ See the [migration guide](https://github.com/stripe/stripe-android/blob/master/M ## 14.1.1 - 2020-03-09 *This version of the SDK is not compliant with Google Play's Prominent Disclosure & Consent Requirements. The non-compliant code was unused and has been removed.* -*Please upgrade to version [14.3.0](https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#1430---2020-04-20) or greater.* +*Please upgrade to version [14.4.0](https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#1440---2020-04-28) or greater.* * [#2257](https://github.com/stripe/stripe-android/pull/2257) Disable Kotlin Synthetics and migrate to [view binding](https://developer.android.com/topic/libraries/view-binding) * [#2260](https://github.com/stripe/stripe-android/pull/2260) Update Kotlin Gradle Plugin to `1.3.70` @@ -495,7 +498,7 @@ See the [migration guide](https://github.com/stripe/stripe-android/blob/master/M ## 14.1.0 - 2020-03-02 *This version of the SDK is not compliant with Google Play's Prominent Disclosure & Consent Requirements. The non-compliant code was unused and has been removed.* -*Please upgrade to version [14.3.0](https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#1430---2020-04-20) or greater.* +*Please upgrade to version [14.4.0](https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#1440---2020-04-28) or greater.* * [#2207](https://github.com/stripe/stripe-android/pull/2207) Add `CardInputWidget#setPostalCodeTextWatcher` * [#2211](https://github.com/stripe/stripe-android/pull/2211) Add support for 16-digit Diners Club card numbers @@ -513,7 +516,7 @@ This release includes several breaking changes. See the [migration guide](https://github.com/stripe/stripe-android/blob/master/MIGRATING.md) for more details. *This version of the SDK is not compliant with Google Play's Prominent Disclosure & Consent Requirements. The non-compliant code was unused and has been removed.* -*Please upgrade to version [14.3.0](https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#1430---2020-04-20) or greater.* +*Please upgrade to version [14.4.0](https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#1440---2020-04-28) or greater.* * [#2136](https://github.com/stripe/stripe-android/pull/2136) Update `com.google.android.material:material` to `1.1.0` * [#2141](https://github.com/stripe/stripe-android/pull/2141) Fix crash when deleting a payment method in `PaymentMethodsActivity`