diff --git a/docs/releasenotes.md b/docs/releasenotes.md
index 42acadb5029ed132749d58a5f83f69925b9b2f1c..e3bc2df9f917f290647d80b95a2ca313cb828607 100644
--- a/docs/releasenotes.md
+++ b/docs/releasenotes.md
@@ -9,7 +9,8 @@ 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 - not yet released (2020-09-04)
+## Release 6.5 - not yet released (2020-09-17)
+
 **This release REQUIRES that you upgrade mjwshared to 0.9.2**
 
 * Implement [#199](https://lab.civicrm.org/extensions/stripe/-/issues/199):
@@ -40,6 +41,10 @@ Releases use the following numbering system:
     * Pass json string to IPN class for decoding instead of decoding before passing
     * handlePaymentNotification should not be a static function.
 
+#### Beta 2
+* Fix [#249](https://lab.civicrm.org/extensions/stripe/-/issues/249) 500 error on recurring contribution.
+* Update Stripe PHP library.
+
 ## Release 6.4.2
 
 * Fix [#210](https://lab.civicrm.org/extensions/stripe/-/issues/210): If there are multiple reCaptcha on the page check and validate the one on the Stripe billing form only.
diff --git a/info.xml b/info.xml
index 99de48c8ca1d00d46d1da36c17927f28a398cd65..5834c25be7863419f361371ad24887e21881545e 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>2020-09-04</releaseDate>
-  <version>6.5-beta1</version>
+  <releaseDate>2020-09-17</releaseDate>
+  <version>6.5-beta2</version>
   <develStage>beta</develStage>
   <compatibility>
     <ver>5.28</ver>