Skip to content

Commit

Permalink
Update changelog for 17.0.0 (#3983)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe authored Jul 13, 2021
1 parent 0dfa773 commit 8b25eda
Showing 1 changed file with 10 additions and 1 deletion.
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`

## 16.10.2 - 2021-07-02
* [3811](https://github.com/stripe/stripe-android/pull/3811) Fix `CountryCode` parceling
Expand Down

0 comments on commit 8b25eda

Please sign in to comment.