diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d00f84..34145c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.10.0 + +* Removed Django 1.11 support +* Incident form with services ordered by name #54 +* Create uncategorized services from browser and API #55 +* Added Python 3.9 support + ## 0.9.3 * .css.map in dist diff --git a/statusboard/__init__.py b/statusboard/__init__.py index 8594f8a..e64b822 100644 --- a/statusboard/__init__.py +++ b/statusboard/__init__.py @@ -14,7 +14,7 @@ # along with this program. If not, see . __title__ = 'Django status board' -__version__ = '0.9.3' +__version__ = '0.10.0' __author__ = 'Emanuele Di Giacomo' __license__ = 'GPLv2+' __copyright__ = 'Copyright 2017 Emanuele Di Giacomo'