--- /dev/null
+<h1 id="changes" class="light">Changelog</h1>
+<p class="lead">All the latest and greatest changes to Ink.</p>
+<hr>
+<h2 class="light">1.0 - Public Release</h2>
+<h6 id="v1-0-2">1.0.2</h6>
+<ul>
+ <li>Switch to new button syntax to fully support Microsoft Outlook</li>
+ <li>Add changelog to Docs</li>
+</ul>
+<h6 id="v1-0-1">1.0.1</h6>
+<ul>
+ <li>Fix crushed-image issue in Gmail (mobile, Android, iOS) by adding a min-width to <kbd><center></kbd> tags</li>
+</ul>
+<h6 id="v1-0-0">1.0.0</h6>
+<ul>
+ <li>Initial Launch</li>
+ <li>Grid</li>
+ <li>Sub-Grid</li>
+ <li>Block-Grid</li>
+ <li>Buttons</li>
+ <li>Panels</li>
+ <li>Retina Images</li>
+</ul>
\ No newline at end of file
<li><a href="#panels">Panels</a></li>
<li><a href="#buttons">Buttons</a></li>
<li><a href="#images">Retina Images</a></li>
+ <li><a href="#changes">Changelog</a></li>
</ul>
</div>
</div>
<hr class="section">
<?php require 'components/images.php' ?>
+
+ <hr class="section">
+
+ <?php require 'components/changelog.php' ?>
<br>
<br>