diff --git a/docs/releasenotes.md b/docs/releasenotes.md
index 27ac5dce01257c741eb7aa47287c0ea51e40d3c8..8da0a9ba5a55b72ccefa9317db4019ee870ad1b2 100644
--- a/docs/releasenotes.md
+++ b/docs/releasenotes.md
@@ -9,6 +9,13 @@ 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 0.9.8
+
+**This affects new installs only. It should be completely safe to upgrade existing sites from 0.9.7 to 0.9.8**
+
+* Fix [#6](https://lab.civicrm.org/extensions/mjwshared/-/issues/6) Install error on 0.9.7.
+    - This was because the new settings file referenced a class from the Stripe extension.
+
 ## Release 0.9.7
 
 * Add support for issuing refunds via the payment UI for payment processors that support refunds (eg. Stripe).
diff --git a/info.xml b/info.xml
index aeaee5d3d6a450bcb35e47fe7735b7cfba70e799..b081bea9a270d86854af83b12f8a3b2fed674263 100644
--- a/info.xml
+++ b/info.xml
@@ -14,8 +14,8 @@
     <url desc="Release Notes">https://lab.civicrm.org/extensions/mjwshared/-/blob/master/docs/releasenotes.md</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2020-11-09</releaseDate>
-  <version>0.9.7</version>
+  <releaseDate>2020-11-14</releaseDate>
+  <version>0.9.8</version>
   <develStage>stable</develStage>
   <compatibility>
     <ver>5.28</ver>
diff --git a/settings/mjwshared.setting.php b/settings/mjwshared.setting.php
index 1d16212ad4dd1c3287a709a5527c4e9019335390..70cce5308f0fc963387464cec58cf5298b8466b1 100644
--- a/settings/mjwshared.setting.php
+++ b/settings/mjwshared.setting.php
@@ -9,7 +9,7 @@
  +--------------------------------------------------------------------+
  */
 
-use CRM_Stripe_ExtensionUtil as E;
+use CRM_Mjwshared_ExtensionUtil as E;
 
 return [
   'mjwshared_refundpaymentui' => [