From 9f5abb32ade3d913a311efbb66a748650456f0ea Mon Sep 17 00:00:00 2001 From: Chen Cen Date: Mon, 22 Aug 2022 10:13:13 -0700 Subject: [PATCH] update change log for 20.10.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 201761bc5a7..d61c14ab42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## X.X.X - 2022-XX-XX +## 20.10.0 - 2022-08-22 +This release contains several bug fixes for PaymentSheet and binary size optimization for Identity. + ### PaymentSheet * [FIXED][5422](https://github.com/stripe/stripe-android/pull/5422) Card expiration dates with a single-digit month are now preserved correctly when closing and re-opening the `PaymentSheet` via the `FlowController`.