From 1f0fffd3d4f1f3578c6e740061108e1123604d9c Mon Sep 17 00:00:00 2001
From: Matthew Wire <mjw@mjwconsult.co.uk>
Date: Fri, 27 Nov 2020 12:27:50 +0000
Subject: [PATCH] Update release notes

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

diff --git a/docs/releasenotes.md b/docs/releasenotes.md
index 09456822..1480a883 100644
--- a/docs/releasenotes.md
+++ b/docs/releasenotes.md
@@ -9,13 +9,15 @@ 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.5 (not yet released 2020-11-17)
+## Release 6.5.5 (not yet released 2020-11-27)
 **Requires mjwshared (Payment Shared) 0.9.9**
 
 * Catch and log error if Stripe tries to process a duplicate IPN at the same time. This should resolve issues with "Contribution already completed" exceptions in the logs.
     * The attempted processing of a duplicate does not seem to cause any data issues but does trigger an exception which is logged. This doesn't fix that underlying issue but
     does write a more user-friendly error with context to the CiviCRM logs.
 * [!140](https://lab.civicrm.org/extensions/stripe/-/merge_requests/140) Fix option to not send receipt when running `Stripe.Ipn` API.
+* When not submitting via stripe reset billing fields so CiviCRM interprets them correctly (Fix JS rewrite of name attribute for checkbox field).
+* Fix [#256](https://lab.civicrm.org/extensions/stripe/-/issues/256) Can't submit contribution page online form for 0 amount (when membership fee is 0 and confirmation page enabled).
 
 ## Release 6.5.4
 **This release REQUIRES that you upgrade mjwshared to 0.9.7**.
diff --git a/info.xml b/info.xml
index fa613cbe..0017a132 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-17</releaseDate>
+  <releaseDate>2020-11-27</releaseDate>
   <version>6.5.5-dev</version>
   <develStage>beta</develStage>
   <compatibility>
-- 
GitLab