Update downloads page with new minor release
diff --git a/download.html.vtl b/download.html.vtl
index 871783a..f9885a0 100644
--- a/download.html.vtl
+++ b/download.html.vtl
@@ -78,6 +78,14 @@
 
         <li><a href="#previous">Previous Releases</a>
             <ul>
+                <li><a href="#1.7.x">$shiro17x.version</a></li>
+                <ul>
+                    <li><a href="#1.7.xBinary">$shiro17x.version Binary Distribution</a></li>
+                    <li><a href="#1.7.xSource">$shiro17x.version Source Code Distribution</a></li>
+                    <li><a href="#1.7.xGit">$shiro17x.version Git Source repository</a></li>
+                </ul>
+            </ul>
+            <ul>
                 <li><a href="#1.6.x">$shiro16x.version</a></li>
                 <ul>
                     <li><a href="#1.6.xBinary">$shiro16x.version Binary Distribution</a></li>
@@ -145,7 +153,7 @@
 <p>
 </p>
 
-#artifactTable($shiro17x)
+#artifactTable($shiro18x)
 
 <h4><a name="latestSource"></a>${latestRelease} Source Code Distribution</h4>
 
@@ -169,6 +177,41 @@
 
 <h2><a name="previous"></a>Previous Releases</h2>
 
+<!-- SHIRO 1.7.X VERSION -->
+<h3><a name="1.7.x"></a>${shiro17x.version}</h3>
+
+<h4><a name="1.7.xBinary"></a>${shiro17x.version} Binary Distribution</h4>
+
+<p>Associated documentation can be found <a href="documentation.html" title="Documentation">here</a></p>
+
+<p>To download the files directly as one .jar file just click the link in the "Artifact" column. If you would like
+    acquire Shiro through Maven, then please use the markup listed under "Maven Usage"</p>
+
+<p>
+</p>
+
+#artifactTable($shiro17x)
+
+<h4><a name="1.7.xSource"></a>${shiro17x.version} Source Code Distribution</h4>
+
+<p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
+
+<p><a class="external-link" href="https://www.apache.org/dyn/closer.lua/shiro/${shiro17x.version}/shiro-root-${shiro17x.version}-source-release.zip">zip</a>
+    (<a class="external-link"
+        href="https://www.apache.org/dist/shiro/${shiro16x.version}/shiro-root-${shiro17x.version}-source-release.zip.asc">pgp</a>, <a
+            class="external-link"
+            href="https://www.apache.org/dist/shiro/${shiro16x.version}/shiro-root-${shiro17x.version}-source-release.zip.md5">md5</a>, <a
+           class="external-link"
+           href="https://www.apache.org/dist/shiro/${shiro16x.version}/shiro-root-${shiro17x.version}-source-release.zip.sha1">sha1</a>)
+</p>
+
+<h4><a name="1.7.xGit"></a>${shiro17x.version} Git Source repository</h4>
+
+<p>The source can be cloned anonymously from Git with this command:</p>
+<pre><code class="bash">git clone https://github.com/apache/shiro.git
+git checkout shiro-root-${shiro17x.version} -b shiro-root-${shiro17x.version}
+</code></pre>
+
 <!-- SHIRO 1.6.X VERSION -->
 <h3><a name="1.6.x"></a>${shiro16x.version}</h3>