diff --git a/docs/index.html b/docs/index.html
index e584b3a..eb2be98 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -336,6 +336,28 @@ <h4>
 <h1>
 <a id="release-history" class="anchor" href="#release-history" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Release History</h1>
 
+<h3>
+<a id="29-june-2017" class="anchor" href="#29-june-2017" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>29 June 2017</h3>
+
+<p><strong>vobject 0.9.5</strong> released (<a href="https://github.com/eventable/vobject/releases/tag/0.9.5">view</a>).</p>
+
+<p>To install, use <code>pip install vobject</code>, or download the archive and untar, run python setup.py install. Tests can be run via python setup.py test. <a href="https://pypi.python.org/pypi/python-dateutil/">dateutil</a> and <a href="https://pypi.python.org/pypi/six">six</a> are required. Python 2.7 or higher is required.</p>
+
+<h5>
+<a id="release-notes" class="anchor" href="#release-notes" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Release Notes</h5>
+
+<ul>
+<li>  Make ics_diff.py work with Python 3</li>
+<li>  Huge changes to text encoding for Python 2/3 compatibility</li>
+<li>  Autogenerate DTSTAMP if not provided</li>
+<li>  Fix getrruleset() for Python 3 and in the case that addRDate=True</li>
+<li>  Update vCard property validation to match specifications</li>
+<li>  Handle offset-naive and offset-aware datetimes in recurrence rules</li>
+<li>  Improved documentation for multi-value properties</li>
+</ul>
+
+<hr>
+
 <h3>
 <a id="22-january-2017" class="anchor" href="#22-january-2017" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>22 January 2017</h3>