From 0770e06539ae9ecd608e293f58155ea9287b24aa Mon Sep 17 00:00:00 2001
From: "Matthew Wire (MJW Consulting)" <mjw@mjwconsult.co.uk>
Date: Sat, 19 Oct 2019 22:12:05 +0100
Subject: [PATCH] Release 6.2beta3

---
 docs/release/release_notes.md | 2 ++
 info.xml                      | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/release/release_notes.md b/docs/release/release_notes.md
index f46dbd81..d5e1cbdf 100644
--- a/docs/release/release_notes.md
+++ b/docs/release/release_notes.md
@@ -10,6 +10,8 @@
 * Improve support for refunds in preparation for work in CiviCRM core (#15476-15479).
 * Add CiviCRM version info to stripe customer - this is useful when troubleshooting issues on client sites as it is important to know whether a reported issue may have been fixed in a later version.
 * Fix [#110](https://lab.civicrm.org/extensions/stripe/issues/110) -Allow submit if amount is 0.
+* Fix and record paymentIntents for recurring contributions - show authentication to user on thankyou page.
+  > this checks loads 3d secure etc from Stripe if required.
 
 ## Release 6.1.6
 
diff --git a/info.xml b/info.xml
index e902b87c..7d0dee0c 100644
--- a/info.xml
+++ b/info.xml
@@ -13,8 +13,8 @@
     <author>Matthew Wire (MJW Consulting)</author>
     <email>mjw@mjwconsult.co.uk</email>
   </maintainer>
-  <releaseDate>2019-10-17</releaseDate>
-  <version>6.2beta2</version>
+  <releaseDate>2019-10-19</releaseDate>
+  <version>6.2beta3</version>
   <develStage>beta</develStage>
   <compatibility>
     <ver>5.13</ver>
-- 
GitLab