From 8a9203a8d599fdfc6052167ea84c77b8118d8d67 Mon Sep 17 00:00:00 2001
From: Matthew Wire <mjw@mjwconsult.co.uk>
Date: Sun, 8 Nov 2020 18:56:32 +0000
Subject: [PATCH] Update release notes

---
 docs/releasenotes.md | 8 +++++++-
 info.xml             | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/docs/releasenotes.md b/docs/releasenotes.md
index ba32aa6e..121635dc 100644
--- a/docs/releasenotes.md
+++ b/docs/releasenotes.md
@@ -9,12 +9,18 @@ Releases use the following numbering system:
 
 * **[BC]**: Items marked with [BC] indicate a breaking change that will require updates to your code if you are using that code in your extension.
 
-## Release 6.5.4 (not yet released 2020-11-06)
+## Release 6.5.4 (not yet released 2020-11-08)
 **This release REQUIRES that you upgrade mjwshared to 0.9.6**.
 
 * Use `CRM.payment.isAJAXPaymentForm()` to check if we should load on backend forms. There is no change for the user, we are just switching to an identical shared function to reduce code duplication.
 * Fix [#272](https://lab.civicrm.org/extensions/stripe/-/issues/272) "undefined property" PHP notice.
 * Response to test webhook now includes payment processor name from CiviCRM (makes it easier to be sure which payment processor is responding).
+* [!137](https://lab.civicrm.org/extensions/stripe/-/merge_requests/137) Update StripePaymentintent.Process API.
+* [!136](https://lab.civicrm.org/extensions/stripe/-/merge_requests/136):
+    * Use CiviCRM log file for Stripe library errors.
+    * Retry once if we can't connect to stripe servers.
+* [!135](https://lab.civicrm.org/extensions/stripe/-/merge_requests/135) Add hidden Stripe Country setting which will be required for [paymentRequest](https://stripe.com/docs/stripe-js/elements/payment-request-button) button.
+
 
 ## Release 6.5.3
 
diff --git a/info.xml b/info.xml
index 9f76601d..786243fd 100644
--- a/info.xml
+++ b/info.xml
@@ -15,7 +15,7 @@
     <author>Matthew Wire (MJW Consulting)</author>
     <email>mjw@mjwconsult.co.uk</email>
   </maintainer>
-  <releaseDate>2020-11-06</releaseDate>
+  <releaseDate>2020-11-08</releaseDate>
   <version>6.5.4-dev</version>
   <develStage>beta</develStage>
   <compatibility>
-- 
GitLab