diff --git a/debian/changelog b/debian/changelog index d6e51d0c4..d5a3597a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +freedombox (22.23) unstable; urgency=medium + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + + [ James Valleroy ] + * upgrades: Allow FreedomBox vendor when adding backports + * upgrades: Skip unattended-upgrade in dist-upgrade + * locale: Update translation strings + * doc: Fetch latest manual + + [ Benedek Nagy ] + * Translated using Weblate (Hungarian) + + [ tunebes ] + * storage: Handle file systems on non-physical devices + + [ Sunil Mohan Adapa ] + * Translated using Weblate (Hungarian) + * upgrades: Fix a minor flake8 pipeline failure + * letsencrypt: Fix regression with comparing certificate + + [ nbenedek ] + * rssbridge: add option to allow public access + + -- James Valleroy Mon, 24 Oct 2022 20:37:54 -0400 + freedombox (22.22.1) unstable; urgency=medium [ Sunil Mohan Adapa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 2f13c055b..5359914ed 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.22.1' +__version__ = '22.23'