diff --git a/debian/changelog b/debian/changelog index 676b401f7..df5332404 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +freedombox (26.6) unstable; urgency=medium + + [ Coucouf ] + * Translated using Weblate (French) + + [ Dietmar ] + * Translated using Weblate (Italian) + * Translated using Weblate (German) + + [ Pierfrancesco Passerini ] + * Translated using Weblate (Italian) + + [ bsurajpatra ] + * Translated using Weblate (Hindi) + + [ Sunil Mohan Adapa ] + * service: Capture stdout/stderr when running as systemd unit + * views: Add a decorator to handle exceptions in JSON views + * d/control: Add fido2 library as dependency + * users: Add support for registering, editing, and deleting passkeys + * users: Add support for logging in with passkeys + * users: Add link to guide on passkeys + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 06 Apr 2026 20:41:35 -0400 + freedombox (26.5.1) unstable; urgency=medium [ Burak Yavuz ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 6e2c1869a..0fd413a2e 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '26.5.1' +__version__ = '26.6'