---
title: Changelog
menu: docs.changelog
layout: docs
---
{% for version in site.data.changelog reversed %}
{{ version.version }} –
{{ version.date | date: '%B %d, %Y' }}
{% if version.description %}
{{ version.description }}
{% endif %}
{% if version.changes %}
{% for change in version.changes %}
- {{ change }}
{% endfor %}
{% endif %}
{% endfor %}