TEZ-4058. Changes for 0.9.2 release
diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf
index 25bc3f5..68142ec 100644
--- a/Tez_DOAP.rdf
+++ b/Tez_DOAP.rdf
@@ -36,6 +36,13 @@
     <category rdf:resource="http://projects.apache.org/category/big-data" />
     <release>
       <Version>
+        <name>Version 0.9.2</name>
+        <created>2019-03-29</created>
+        <revision>0.9.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>Version 0.9.1</name>
         <created>2018-01-04</created>
         <revision>0.9.1</revision>
diff --git a/docs/src/site/markdown/releases/apache-tez-0-9-2.md b/docs/src/site/markdown/releases/apache-tez-0-9-2.md
new file mode 100644
index 0000000..d29cd6d
--- /dev/null
+++ b/docs/src/site/markdown/releases/apache-tez-0-9-2.md
@@ -0,0 +1,30 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<head><title>Apache TEZ&reg; 0.9.2</title></head>
+
+Apache TEZ&reg; 0.9.2
+----------------------
+
+- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.9.2/)
+- [Release Notes](0.9.2/release-notes.txt)
+- Documentation
+    - [API Javadocs](0.9.2/tez-api-javadocs/index.html) : Documentation for the Tez APIs
+    - [Runtime Library Javadocs](0.9.2/tez-runtime-library-javadocs/index.html) : Documentation for built-in implementations of useful Inputs, Outputs, Processors etc. written based on the Tez APIs 
+    - [Tez Mapreduce Javadocs](0.9.2/tez-mapreduce-javadocs/index.html) : Documentation for built-in implementations of Mapreduce compatible Inputs, Outputs, Processors etc. written based on the Tez APIs 
+    - [Tez Configuration](0.9.2/tez-api-javadocs/configs/TezConfiguration.html) : Documentation for configurations of Tez. These configurations are typically specified in tez-site.xml.
+    - [Tez Runtime Configuration](0.9.2/tez-runtime-library-javadocs/configs/TezRuntimeConfiguration.html) : Documentation for runtime configurations of Tez. These configurations are typically specified by job submitters.
diff --git a/docs/src/site/markdown/releases/index.md b/docs/src/site/markdown/releases/index.md
index 3c2b393..23ddd43 100644
--- a/docs/src/site/markdown/releases/index.md
+++ b/docs/src/site/markdown/releases/index.md
@@ -19,6 +19,7 @@
 
 Releases
 ------------
+-   [Apache TEZ&reg; 0.9.2](./apache-tez-0-9-2.html) (Mar 29, 2019)
 -   [Apache TEZ&reg; 0.9.1](./apache-tez-0-9-1.html) (Jan 04, 2018)
 -   [Apache TEZ&reg; 0.9.0](./apache-tez-0-9-0.html) (Jul 27, 2017)
 -   [Apache TEZ&reg; 0.8.5](./apache-tez-0-8-5.html) (Mar 13, 2017)
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index 4b2d3a4..b4fbfbf 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -128,6 +128,7 @@
       <item name="0.8.5" href="./releases/apache-tez-0-8-5.html"/>
       <item name="0.9.0" href="./releases/apache-tez-0-9-0.html"/>
       <item name="0.9.1" href="./releases/apache-tez-0-9-1.html"/>
+      <item name="0.9.2" href="./releases/apache-tez-0-9-2.html"/>
       <item name="All Releases" href="./releases/index.html"/>
     </menu>