diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c1e45..fc8af64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,8 @@ Section Order: ### Security --> +## \[3.4.2\] - 2024-11-28 + ### Added - Eve time hint in placeholder for formup time (#237) diff --git a/fleetpings/__init__.py b/fleetpings/__init__.py index cba42cc..c1cfd77 100644 --- a/fleetpings/__init__.py +++ b/fleetpings/__init__.py @@ -6,5 +6,5 @@ # Django from django.utils.translation import gettext_lazy as _ -__version__ = "3.4.1" +__version__ = "3.4.2" __title__ = _("Fleet Pings")