diff --git a/site/_docs/history.md b/site/_docs/history.md
index 79db5b38098f..c78d00aa3cba 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -64,7 +64,7 @@ other software versions as specified in gradle.properties.
{: #site-1-37-0}
-->
-## 1.36.0 / 2023-11-XX
+## 1.36.0 / 2023-11-10
{: #v1-36-0}
This release comes 3 months after [1.35.0](#v1-35-0),
diff --git a/site/_posts/2023-11-10-release-1.36.0.md b/site/_posts/2023-11-10-release-1.36.0.md
new file mode 100644
index 000000000000..d98f4ab8ecaa
--- /dev/null
+++ b/site/_posts/2023-11-10-release-1.36.0.md
@@ -0,0 +1,47 @@
+---
+layout: news_item
+date: "2023-11-10 08:56:00 +0000"
+author: libenchao
+version: 1.36.0
+categories: [release]
+tag: v1-36-0
+sha: 0be8eaebcf27afae9ecda8ab79db63c214426561
+---
+
+
+The [Apache Calcite PMC]({{ site.baseurl }}) is pleased to announce
+[Apache Calcite release 1.36.0]({{ site.baseurl }}/docs/history.html#v1-36-0).
+
+This release comes 3 months after [1.35.0](#v1-35-0),
+contains contributions from 30 contributors, and resolves 125 issues.
+
+Among other new features, it's worth highlighting the adding of 30 new SQL functions in various libraries such as BigQuery and Spark, many improvements hardening `TABLESAMPLE` , and also the following features:
+* [CALCITE-129]
+ Support recursive `WITH` queries
+* [CALCITE-6022]
+ Support `CREATE TABLE ... LIKE DDL` in server module
+* [CALCITE-5962]
+ Support parse Spark-style syntax `LEFT ANTI JOIN` in Babel parser
+* [CALCITE-5184]
+ Support `LIMIT start, ALL` in MySQL conformance, equivalent to `OFFSET start`
+* [CALCITE-5889]
+ Add a `RelRule` that converts `Minus` into `UNION ALL..GROUP BY...WHERE`
+
+In addition to new features, it's also worth highlighting the integrating of SQL Logic Test suite