diff --git a/blog/2023-11-21-v3_0_11/index.mdx b/blog/2023-11-21-v3_0_11/index.mdx
new file mode 100644
index 00000000..92cb0410
--- /dev/null
+++ b/blog/2023-11-21-v3_0_11/index.mdx
@@ -0,0 +1,28 @@
+---
+slug: v3_0_10-release
+title: v3.0.10 Release
+authors: [dgosbell]
+tags: [daxstudio]
+---
+import Issue from '@site/src/components/Github-Issue';
+
+# DAX Studio version 3.0.11
+
+Today we are happy to announce the release of version 3.0.11 of DAX Studio which includes the following fix.
+
+## Updates
+* Improved Query Folding logic
+* updated vpax libraries
+* fixed no longer counting RowNumber as user column in vertipaq analyzer
+
+## Fixes
+* fixed "An item with the same key has already been added" error when connecting to Power BI
+* fixed error when testing roles on SSAS
+* fixed bug in status bar for powerpivot connections
+* fixed detection of multiple parameters on one line
+* fixed Query Builder new measure showing permissions issue
+* fixed vertipaq analyzer summary always shows unknown.pbix
+* fixed error when loading perf data
+* Fixed Query Folding crashes with certain regional settings
+* fixed cancelling closing DAX Studio also cancels closing open documents
+* fixed error when opening files with Query Builder open
\ No newline at end of file
diff --git a/static/CurrentReleaseVersion.json b/static/CurrentReleaseVersion.json
index bb105b82..13bcfd84 100644
--- a/static/CurrentReleaseVersion.json
+++ b/static/CurrentReleaseVersion.json
@@ -1,8 +1,8 @@
{
- "Version": "3.0.10.962",
+ "Version": "3.0.11.982",
"DownloadUrl": "https://daxstudio.org",
"PreRelease": {
- "Version": "3.0.10.962",
+ "Version": "3.0.11.982",
"DownloadUrl": "https://github.com/daxstudio/daxstudio/releases"
}
}