From 10b55de8e988269d01fd28f80562c7691e91838c Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Tue, 13 Jul 2021 09:15:35 -0400 Subject: [PATCH 1/2] Update changelog for 17.0.0 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f8e6738aa..02b76bb7c76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ ## 17.0.0 - unreleased This release includes several breaking changes. See the [migration guide](https://github.com/stripe/stripe-android/blob/master/MIGRATING.md) for more details. -* [3820](https://github.com/stripe/stripe-android/pull/3820) Upgrade Kotlin to `1.5.10` and Coroutines to `1.5.0` +* [3820](https://github.com/stripe/stripe-android/pull/3820) Upgrade Kotlin to `1.5.10` +* [3899](https://github.com/stripe/stripe-android/pull/3899) Introduce `GooglePayLauncher` and `GooglePayPaymentMethodLauncher` + * Drop-in classes that simplify integrating Google Pay +* [3944](https://github.com/stripe/stripe-android/pull/3944) Introduce `GooglePayLauncherContract` and `GooglePayPaymentMethodLauncherContract` + * `ActivityResultContract` classes that enable integrating `GooglePayLauncher` and `GooglePayPaymentMethodLauncher` in Jetpack Compose +* [3951](https://github.com/stripe/stripe-android/pull/3951) Upgrade material-components to `1.4.0` +* [3976](https://github.com/stripe/stripe-android/pull/3976) Upgrade Kotlin Coroutines to `1.5.1` ## 16.10.2 - 2021-07-02 * [3811](https://github.com/stripe/stripe-android/pull/3811) Fix `CountryCode` parceling From 586e844d2bf3ee2165a3ae4aefa8954c80a0aeab Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Tue, 13 Jul 2021 12:33:12 -0400 Subject: [PATCH 2/2] Update --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b76bb7c76..b67e32f8c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,11 @@ This release includes several breaking changes. See the [migration guide](https://github.com/stripe/stripe-android/blob/master/MIGRATING.md) for more details. * [3820](https://github.com/stripe/stripe-android/pull/3820) Upgrade Kotlin to `1.5.10` +* [3883](https://github.com/stripe/stripe-android/pull/3883) Remove `PaymentIntent#nextAction` * [3899](https://github.com/stripe/stripe-android/pull/3899) Introduce `GooglePayLauncher` and `GooglePayPaymentMethodLauncher` * Drop-in classes that simplify integrating Google Pay +* [3918](https://github.com/stripe/stripe-android/pull/3918) Upgrade Android Gradle plugin to `4.2.2` +* [3942](https://github.com/stripe/stripe-android/pull/3942) Upgrade Gradle to `7.1.1` * [3944](https://github.com/stripe/stripe-android/pull/3944) Introduce `GooglePayLauncherContract` and `GooglePayPaymentMethodLauncherContract` * `ActivityResultContract` classes that enable integrating `GooglePayLauncher` and `GooglePayPaymentMethodLauncher` in Jetpack Compose * [3951](https://github.com/stripe/stripe-android/pull/3951) Upgrade material-components to `1.4.0`