diff --git a/CHANGELOG.md b/CHANGELOG.md index bce5ff3..579fe35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,8 @@ Section Order: ### Security --> +## \[2.1.0\] - 2024-03-17 + ### Changed - Dashboard widget will be auto-updated every 60 seconds when the browser tab is active diff --git a/esistatus/__init__.py b/esistatus/__init__.py index 8d67c25..bbaf634 100644 --- a/esistatus/__init__.py +++ b/esistatus/__init__.py @@ -5,5 +5,5 @@ # Django from django.utils.translation import gettext_lazy as _ -__version__ = "2.0.0" +__version__ = "2.1.0" __title__ = _("ESI Status")