From ec2337b5d792fce18f30f4d5292198c101822483 Mon Sep 17 00:00:00 2001
From: Matthew Wire <mjw@mjwconsult.co.uk>
Date: Thu, 4 Mar 2021 11:09:35 +0000
Subject: [PATCH] Update release notes

---
 docs/releasenotes.md | 5 ++++-
 info.xml             | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/docs/releasenotes.md b/docs/releasenotes.md
index 18abec2c..71801b6e 100644
--- a/docs/releasenotes.md
+++ b/docs/releasenotes.md
@@ -9,9 +9,11 @@ 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.6 (not yet released 2021-02-20)
+## Release 6.6 (not yet released 2021-03-04)
 **Requires mjwshared (Payment Shared) 1.0**
 
+**Requires "Access AJAX API" for anonymous users**
+
 * Support for [Payment Request Button](https://stripe.com/docs/stripe-js/elements/payment-request-button) which provides Google Pay and Apple Pay support.
     * To enable, you must set the "Country" in Stripe Settings and then the payment request button will replace the card element when the client browser supports it.
 * Collect billing name/email when possible and store in `civicrm_stripe_paymentintent.extra_data` table. This should help trace the donor when a payment does not complete.
@@ -22,6 +24,7 @@ Releases use the following numbering system:
 * Fully remove support for CiviCRM older than 5.28.
 * Use new PaymentProcessorWebhook entity to track/process webhooks and avoid simultaneous processing of events.
 * Fixes to processing `invoice.payment_failed` IPN event (also triggered during 3d secure verification).
+* [!146](https://lab.civicrm.org/extensions/stripe/-/merge_requests/146) Listevent API improvements.
 
 ## Release 6.5.8
 
diff --git a/info.xml b/info.xml
index 819b1ba6..2f4dd12e 100644
--- a/info.xml
+++ b/info.xml
@@ -15,8 +15,8 @@
     <author>Matthew Wire (MJW Consulting)</author>
     <email>mjw@mjwconsult.co.uk</email>
   </maintainer>
-  <releaseDate>2021-02-20</releaseDate>
-  <version>6.6-dev-stripeinvoiceapi</version>
+  <releaseDate>2021-03-04</releaseDate>
+  <version>6.6-dev</version>
   <develStage>alpha</develStage>
   <compatibility>
     <ver>5.28</ver>
-- 
GitLab