diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80492a61cf4cb29d7579982b8b8a0bfac6f3f0d8..72131ff582855c8c494aa6aeb047819ce2cb18c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
-# Version 1.115 (not yet released)
+# Version 1.115
+
+* Fixed issue with export and temporary storage.
 
 # Version 1.114
 
diff --git a/CRM/DataprocessorOutputExport/AbstractOutputExport.php b/CRM/DataprocessorOutputExport/AbstractOutputExport.php
index 5ef239ad0023c38ca680e865f9b1259bc0c4fa48..d7cc6ff82ea72478691714bed2bbd03f3d6d099e 100644
--- a/CRM/DataprocessorOutputExport/AbstractOutputExport.php
+++ b/CRM/DataprocessorOutputExport/AbstractOutputExport.php
@@ -470,10 +470,8 @@ abstract class CRM_DataprocessorOutputExport_AbstractOutputExport implements Exp
     } catch (CiviCRM_API3_Exception|Exception $e) {
       return false;
     }
-
-    self::setTemporaryStorage($dataProcessorClass, $ctx->queue->getName());
-
     $outputClass = static::getOutputClass($ctx, $params, $dataProcessorClass, $output, $sortFieldName, $sortDirection, $idField, $selectedIds);
+    self::setTemporaryStorage($dataProcessorClass, $ctx->queue->getName());
     if ($outputClass) {
       $outputClass->createHeader($filename, $dataProcessorClass, $output['configuration'], $dataProcessor, $idField, $selectedIds, $formValues);
       return TRUE;
diff --git a/info.xml b/info.xml
index 6e7e0ff5c1f41722fe6418a76cc8fde2bd39b5a0..5a38dd5c3381011a358e9bd4a780640935ccda98 100644
--- a/info.xml
+++ b/info.xml
@@ -14,8 +14,8 @@
     <url desc="Documentation">https://lab.civicrm.org/extensions/dataprocessor/blob/master/README.md</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-09-02</releaseDate>
-  <version>1.115-dev</version>
+  <releaseDate>2024-09-19</releaseDate>
+  <version>1.115</version>
   <develStage>stable</develStage>
   <compatibility>
     <ver>5.37</ver>