diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c26c29a39..953c5163981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ -## 23.24.0 2024-03-04 +## 23.24.1 2024-03-05 +### PaymentSheet +* [Fixed] Fixed an assertionFailure that happens when using FlowController and switching between saved payment methods +## 23.24.0 2024-03-04 ### PaymentSheet * [Added] Added support for [Link](https://docs.stripe.com/payments/link/mobile-payment-element-link) in PaymentSheet. Enabling Link in your [payment method settings](https://dashboard.stripe.com/settings/payment_methods) will enable Link in PaymentSheet. To choose different Link availability settings on web and mobile, use a custom [payment method configuration](https://docs.stripe.com/payments/multiple-payment-method-configs). * [Fixed] Fixed an issue where some 3DS2 payments may fail to complete successfully.