From 7388f85c30ba37ce1f50a9e469ff19135bddd91e Mon Sep 17 00:00:00 2001 From: Chen Cen Date: Wed, 6 Jul 2022 13:30:41 -0700 Subject: [PATCH 1/4] update changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecd67ed2e7..dcbd22eda68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,15 @@ ### PaymentSheet * [ADDED][5221](https://github.com/stripe/stripe-android/pull/5221) Afterpay/Clearpay support for FR, ES countries and EUR currencies - - -### PaymentSheet * [Fixed] [5215](https://github.com/stripe/stripe-android/pull/5215) Fix issue with us_bank_account appearing in payment sheet when Financial Connections SDK is not available ### Payments * [FIXED] [5226](https://github.com/stripe/stripe-android/pull/5226) Persist `GooglePayLauncherViewModel` state across process death * [ADDED] [5238](https://github.com/stripe/stripe-android/pull/5238) Expose the current card brand in CardFormView, CardInputWidget, and CardMultiLineWidget +### Identity +* [ADDED] First release to support capture + ## 20.6.2 - 2022-06-23 This release contains several bug fixes for Payments, reduces the size of StripeCardScan, and adds new `rememberFinancialConnections` features for Financial Connections. From e18b9c5a07e07a256b21a4c26ac6b41dabcdd2e5 Mon Sep 17 00:00:00 2001 From: Chen Cen <79880926+ccen-stripe@users.noreply.github.com> Date: Wed, 6 Jul 2022 13:38:24 -0700 Subject: [PATCH 2/4] Update CHANGELOG.md Co-authored-by: jameswoo-stripe <99316447+jameswoo-stripe@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcbd22eda68..b09376cc680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### PaymentSheet * [ADDED][5221](https://github.com/stripe/stripe-android/pull/5221) Afterpay/Clearpay support for FR, ES countries and EUR currencies -* [Fixed] [5215](https://github.com/stripe/stripe-android/pull/5215) Fix issue with us_bank_account appearing in payment sheet when Financial Connections SDK is not available +* [FIXED] [5215](https://github.com/stripe/stripe-android/pull/5215) Fix issue with us_bank_account appearing in payment sheet when Financial Connections SDK is not available ### Payments * [FIXED] [5226](https://github.com/stripe/stripe-android/pull/5226) Persist `GooglePayLauncherViewModel` state across process death From 0a1b4ef0f8342bb008e30280f4ede18e4811f386 Mon Sep 17 00:00:00 2001 From: Chen Cen Date: Wed, 6 Jul 2022 13:40:29 -0700 Subject: [PATCH 3/4] add selfie ticket --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcbd22eda68..007b9f7b1d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ * [ADDED] [5238](https://github.com/stripe/stripe-android/pull/5238) Expose the current card brand in CardFormView, CardInputWidget, and CardMultiLineWidget ### Identity -* [ADDED] First release to support capture +* [ADDED] [5149](https://github.com/stripe/stripe-android/pull/5149) First release to fully support selfie capture ## 20.6.2 - 2022-06-23 This release contains several bug fixes for Payments, reduces the size of StripeCardScan, and adds new `rememberFinancialConnections` features for Financial Connections. From 148846ffa5315e2006ae7000c3fd7112e0a87ea9 Mon Sep 17 00:00:00 2001 From: Chen Cen Date: Wed, 6 Jul 2022 13:41:08 -0700 Subject: [PATCH 4/4] format --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a19eee7f72b..8ed46bd2209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,14 @@ ### PaymentSheet * [ADDED][5221](https://github.com/stripe/stripe-android/pull/5221) Afterpay/Clearpay support for FR, ES countries and EUR currencies -* [FIXED] [5215](https://github.com/stripe/stripe-android/pull/5215) Fix issue with us_bank_account appearing in payment sheet when Financial Connections SDK is not available +* [FIXED][5215](https://github.com/stripe/stripe-android/pull/5215) Fix issue with us_bank_account appearing in payment sheet when Financial Connections SDK is not available ### Payments -* [FIXED] [5226](https://github.com/stripe/stripe-android/pull/5226) Persist `GooglePayLauncherViewModel` state across process death -* [ADDED] [5238](https://github.com/stripe/stripe-android/pull/5238) Expose the current card brand in CardFormView, CardInputWidget, and CardMultiLineWidget +* [FIXED][5226](https://github.com/stripe/stripe-android/pull/5226) Persist `GooglePayLauncherViewModel` state across process death +* [ADDED][5238](https://github.com/stripe/stripe-android/pull/5238) Expose the current card brand in CardFormView, CardInputWidget, and CardMultiLineWidget ### Identity -* [ADDED] [5149](https://github.com/stripe/stripe-android/pull/5149) First release to fully support selfie capture +* [ADDED][5149](https://github.com/stripe/stripe-android/pull/5149) First release to fully support selfie capture ## 20.6.2 - 2022-06-23 This release contains several bug fixes for Payments, reduces the size of StripeCardScan, and adds new `rememberFinancialConnections` features for Financial Connections.