diff --git a/src/Plotly.NET.CSharp/RELEASE_NOTES.md b/src/Plotly.NET.CSharp/RELEASE_NOTES.md
index fea9e13b..71a460f5 100644
--- a/src/Plotly.NET.CSharp/RELEASE_NOTES.md
+++ b/src/Plotly.NET.CSharp/RELEASE_NOTES.md
@@ -1,3 +1,7 @@
+### 0.13.0 - September 04 2024
+
+- [Add C# wrapper for Chart.SingleStack](https://github.com/plotly/Plotly.NET/pull/467) thanks [@TheKiiiing](https://github.com/TheKiiiing)!
+
### 0.12.0 - May 27 2024
- bump version range of Plotly.NET to [5.0.0, 6.0.0)
diff --git a/src/Plotly.NET.ImageExport/Plotly.NET.ImageExport.fsproj b/src/Plotly.NET.ImageExport/Plotly.NET.ImageExport.fsproj
index dad0e098..d202cbf8 100644
--- a/src/Plotly.NET.ImageExport/Plotly.NET.ImageExport.fsproj
+++ b/src/Plotly.NET.ImageExport/Plotly.NET.ImageExport.fsproj
@@ -36,7 +36,6 @@
-
diff --git a/src/Plotly.NET.ImageExport/RELEASE_NOTES.md b/src/Plotly.NET.ImageExport/RELEASE_NOTES.md
index 90aac3fc..c4de2dff 100644
--- a/src/Plotly.NET.ImageExport/RELEASE_NOTES.md
+++ b/src/Plotly.NET.ImageExport/RELEASE_NOTES.md
@@ -1,3 +1,7 @@
+### 6.1.0 - September 04 2024
+
+Remove explicit DynamicObj dependency (use transitive dependency from Plotly.NET)
+
### 6.0.0 - May 27 2024
- BREAKING: [Add Scale option to all image export extensions](https://github.com/plotly/Plotly.NET/commit/5090570cb0fd8281a4c197421994cec719b82ac9)
diff --git a/src/Plotly.NET/Plotly.NET.fsproj b/src/Plotly.NET/Plotly.NET.fsproj
index dd6f856a..7214e6b4 100644
--- a/src/Plotly.NET/Plotly.NET.fsproj
+++ b/src/Plotly.NET/Plotly.NET.fsproj
@@ -168,7 +168,7 @@
-
+
diff --git a/src/Plotly.NET/RELEASE_NOTES.md b/src/Plotly.NET/RELEASE_NOTES.md
index 0a8cde75..0c68e21a 100644
--- a/src/Plotly.NET/RELEASE_NOTES.md
+++ b/src/Plotly.NET/RELEASE_NOTES.md
@@ -1,3 +1,5 @@
+### 5.1.0 - September 04 2024
+
### 5.0.0 - May 27 2024
Major release with lots of bug fixes, improvements, and upstream feature additions from plotly.js. Many changes are backwards-incompatible with previous versions.