diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30c5885c..4d152082 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [103.4.59](https://github.com/mailchimp/mc-magento2/tree/103.4.59)
+
+[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/103.4.58...103.4.59)
+
+**Fixed bugs:**
+
+- "The website with id X that was requested wasn't found. Verify the website and try again" [\#1890](https://github.com/mailchimp/mc-magento2/issues/1890)
+
 ## [103.4.58](https://github.com/mailchimp/mc-magento2/tree/103.4.58)
 
 [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/103.4.57...103.4.58)
diff --git a/composer.json b/composer.json
index eb62c2c4..db9de627 100644
--- a/composer.json
+++ b/composer.json
@@ -6,7 +6,7 @@
   },
   "description": "Connect MailChimp with Magento",
   "type": "magento2-module",
-  "version": "103.4.58",
+  "version": "103.4.59",
   "authors": [
     {
       "name": "Ebizmarts Corp",
diff --git a/etc/module.xml b/etc/module.xml
index d530cf3e..729e21ca 100644
--- a/etc/module.xml
+++ b/etc/module.xml
@@ -11,7 +11,7 @@
  */
 -->
 <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
-    <module name="Ebizmarts_MailChimp" setup_version="103.4.58">
+    <module name="Ebizmarts_MailChimp" setup_version="103.4.59">
         <sequence>
             <module name="Magento_Newsletter"/>
             <module name="Magento_Sales"/>