diff --git a/CHANGELOG.md b/CHANGELOG.md index f33883fd2..d14f2b348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.40.0 - 2024-11-19 + **Breaking changes** - Removed support for FPX payments via the bank picker UI. If you'd like to accept FPX payments, we recommend using [Mobile Payment Element](https://docs.stripe.com/payments/accept-a-payment?platform=react-native). Also see the [FPX Payment guide](https://docs.stripe.com/payments/fpx/accept-a-payment?web-or-mobile=mobile) for more info on how to integrate FPX specifically. @@ -11,6 +13,7 @@ - `CustomerSheet` is now generally available! - If you were using `CustomerSheetBeta`, change that to `CustomerSheet`. - If you were using `CustomerSheetBeta.CustomerSheet`, change that to `CustomerSheet.Component` +- Enabled vertical mode ## 0.39.0 - 2024-10-15