Skip to content

Commit

Permalink
added release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rifferreinert committed Jul 19, 2020
1 parent 89bb9e4 commit 9be5262
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions buddy_mentorship/templates/buddy_mentorship/release_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,24 @@
{% endblock title %}

{% block content %}
{% comment %} <h2>Version 1.1.0</h2>

{% comment %} <h2>Version 1.2.0</h2>
<h3>Unreleased</h3>
<h4>Added:</h4>
<ul>
</ul>
<h4>Changed:</h4>
<ul>
</ul>
<h4>Fixed:</h4>
<ul>
</ul>
<hr/> {% endcomment %}


<h2>Version 1.1.0</h2>
<h3>Released 2020-07-19</h3>
<h4>Added:</h4>
<ul>
<li>Release notes page</li>
</ul>
Expand All @@ -21,7 +36,7 @@ <h4>Fixed:</h4>
<ul>
<li>Users can now view another user's profile page before creating their own.</li>
</ul>
<hr/> {% endcomment %}
<hr/>

<h2>Version 1.0.0</h2>
<h3>Released 2020-07-04</h3>
Expand Down

0 comments on commit 9be5262

Please sign in to comment.