Added release notes for 0.1.0
diff --git a/content/feed.xml b/content/feed.xml
index 7a97d35..a22cde9 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xml" href="http://localhost:4000/feed.xslt.xml"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.3.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2017-03-25T09:38:35-05:00</updated><id>http://localhost:4000//</id><title type="html">Apache Quickstep (Incubating)</title><subtitle>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
+<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xml" href="http://localhost:4000/feed.xslt.xml"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.3.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2017-03-27T08:08:23-05:00</updated><id>http://localhost:4000//</id><title type="html">Apache Quickstep (Incubating)</title><subtitle>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
 </subtitle><entry><title type="html">Your First Query</title><link href="http://localhost:4000/guides/2016/12/10/FirstQuery.html" rel="alternate" type="text/html" title="Your First Query" /><published>2016-12-10T12:29:09-06:00</published><updated>2016-12-10T12:29:09-06:00</updated><id>http://localhost:4000/guides/2016/12/10/FirstQuery</id><content type="html" xml:base="http://localhost:4000/guides/2016/12/10/FirstQuery.html">&lt;p&gt;For this tutorial, I’m going to assume you’re running in a unix environment. If you’re having trouble building on Windows, try asking the dev community (&lt;a href=&quot;mailto:dev@quickstep.incubating.apache.org&quot;&gt;dev@quickstep.incubating.apache.org&lt;/a&gt;). You can also find a complete guide &lt;a href=&quot;https://github.com/cramja/incubator-quickstep/blob/master/BUILDING.md&quot;&gt;here in our documentation&lt;/a&gt;.&lt;/p&gt;
 
 &lt;p&gt;If you’re going to build Quickstep, you’ll first need to clone it from Github and initialize the submodules&lt;/p&gt;
diff --git a/content/release/index.html b/content/release/index.html
index ed91edf..b25119a 100644
--- a/content/release/index.html
+++ b/content/release/index.html
@@ -74,7 +74,22 @@
   </header>
 
   <div class="post-content">
-    <h1 id="010">0.1.0</h1>
+    <h2 id="010">0.1.0</h2>
+
+<h3 id="major-changes">Major Changes</h3>
+<ul>
+  <li><strong>Initial Release</strong></li>
+  <li>Runs SSB and TPC-H benchmarks</li>
+  <li>Storage type selection</li>
+  <li>Recent Performance enhancements
+    <ul>
+      <li>LIP Filters improve join performance</li>
+      <li>3 Parallel GroupBy implementations</li>
+    </ul>
+  </li>
+</ul>
+
+<h3 id="artifacts">Artifacts</h3>
 <ul>
   <li><a href="https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz">apache-quickstep-incubating-0.1.0.tar.gz</a></li>
   <li><a href="https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.asc">apache-quickstep-incubating-0.1.0.tar.gz.asc</a></li>
diff --git a/releases.md b/releases.md
index 2d20ec5..6b9c593 100644
--- a/releases.md
+++ b/releases.md
@@ -12,9 +12,19 @@
 #
 ---
 
-# 0.1.0
+## 0.1.0
+
+### Major Changes
+* **Initial Release**
+* Runs SSB and TPC-H benchmarks
+* Storage type selection
+* Recent Performance enhancements
+  * LIP Filters improve join performance
+  * 3 Parallel GroupBy implementations
+
+### Artifacts
 * [apache-quickstep-incubating-0.1.0.tar.gz](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz)
 * [apache-quickstep-incubating-0.1.0.tar.gz.asc](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.asc)
 * [apache-quickstep-incubating-0.1.0.tar.gz.md5](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.md5)
 * [apache-quickstep-incubating-0.1.0.tar.gz.sha256](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.sha256)
-* [apache-quickstep-incubating-0.1.0.tar.gz.sha512](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.sha512)
+* [apache-quickstep-incubating-0.1.0.tar.gz.sha512](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.sha512)
\ No newline at end of file