diff --git a/LICENSE.txt b/LICENSE.txt
index 89eb271ccae1ca67ffcfa7c390a63856e7481d3c..a0f848e96c30336bf5f52800864cf215a0c83039 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,5 +1,5 @@
 Package: com.drastikbydesign.stripe
-Copyright (C) 2021, Matthew Wire (MJW Consulting) <mjw@mjwconsult.co.uk>
+Copyright (C) 2022, Matthew Wire (MJW Consulting) <mjw@mjwconsult.co.uk>
 Licensed under the GNU Affero Public License 3.0 (below).
 
 -------------------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index 5d51bd21bf526c757fa9d744dae27a7321f48ef7..c46334f69f9e78a9c6733f336264d5f67cd6a31e 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -14,12 +14,10 @@ View/Download this extension in the [Extension Directory](https://civicrm.org/ex
 There are a number of planned features that depend on funding/resources. See [Roadmap](./roadmap.md).
 
 ## Compatibility / Requirements
-* CiviCRM 5.35+
-* PHP 7.2+
 * Jquery 1.10+ (Use jquery_update module on Drupal 7).
-* Drupal 7 / Drupal 8 / Joomla / Wordpress (latest supported release).
+* Drupal 7 / Drupal 9 / Joomla / Wordpress (latest supported release).
 * Stripe API version: 2019-12-03+ (recommended: 2020-08-27).
-* Drupal webform_civicrm 7.x-5.1+ (if using webform integration) - see [Integration](integration.md) for more details.
+* Drupal webform_civicrm 7.x-5.5+ (if using webform integration) - see [Integration](integration.md) for more details.
 
 #### Required extensions
 
diff --git a/docs/releasenotes.md b/docs/releasenotes.md
index 5213fd095b2faab4a27f0e8e9d97b528d731c9d4..9687c5a6f4d9a15ed6443e71e279ccae01b2ecbd 100644
--- a/docs/releasenotes.md
+++ b/docs/releasenotes.md
@@ -9,7 +9,7 @@ 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.7 (not yet released)
+## Release 6.7
 
 #### Features
 
@@ -24,7 +24,6 @@ Releases use the following numbering system:
 * Fix getSubscriptionDetails when contributionRecur not in CiviCRM.
 * Set paymentTypeLabel to 'Stripe'
 * Test improvements / fixes.
-* Only load handling for drupal webform on drupal sites.
 * Use paymentProcessor + stripeClient object in all API calls. Translation fixes.
 
 #### Developers / Integration
diff --git a/info.xml b/info.xml
index 04db2afbfcbefb8534ba2415d22a7130bf0154c7..72fa200c6db7ec267080f3a2cb355dbe74c71b90 100644
--- a/info.xml
+++ b/info.xml
@@ -15,11 +15,11 @@
     <author>Matthew Wire (MJW Consulting)</author>
     <email>mjw@mjwconsult.co.uk</email>
   </maintainer>
-  <releaseDate>2022-01-31</releaseDate>
-  <version>6.7-dev</version>
-  <develStage>beta</develStage>
+  <releaseDate>2022-02-24</releaseDate>
+  <version>6.7</version>
+  <develStage>stable</develStage>
   <compatibility>
-    <ver>5.42</ver>
+    <ver>5.40</ver>
   </compatibility>
   <comments>Original Author: Joshua Walker (drastik) - Drastik by Design.
     Jamie Mcclelland (ProgressiveTech) did a lot of the 5.x compatibility work.