Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for 17.0.0 #3983

Merged
merged 2 commits into from
Jul 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
## 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`
* [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`
* [3976](https://github.com/stripe/stripe-android/pull/3976) Upgrade Kotlin Coroutines to `1.5.1`
mshafrir-stripe marked this conversation as resolved.
Show resolved Hide resolved

## 16.10.2 - 2021-07-02
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is wechat pay new in this one?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's do this in a separate PR

* [3811](https://github.com/stripe/stripe-android/pull/3811) Fix `CountryCode` parceling
mshafrir-stripe marked this conversation as resolved.
Show resolved Hide resolved
Expand Down