From 9737878de9201f613a0ffe35fe0f20009f544a09 Mon Sep 17 00:00:00 2001 From: Michael Shafrir <45020849+mshafrir-stripe@users.noreply.github.com> Date: Wed, 12 Jun 2019 11:54:43 -0400 Subject: [PATCH] Update CHANGELOG.md (#1100) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f93c7259af2..833c1458f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 9.3.1 - 2019-06-12 +* [#1099](https://github.com/stripe/stripe-android/pull/1099) Fix Gradle module issue + ## 9.3.0 - 2019-06-12 * [#1019](https://github.com/stripe/stripe-android/pull/1019) Introduce `CustomerSession#detachPaymentMethod()` * [#1067](https://github.com/stripe/stripe-android/pull/1067) Remove `PaymentResultListener`. Replace `PaymentSession#completePayment()` with `PaymentSession#onCompleted()`.