From 211a9d720a1b5133fcba44829898ea9fb4328d5b Mon Sep 17 00:00:00 2001 From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 22 Aug 2021 16:26:58 +0200 Subject: [PATCH] changelog --- docs/changelog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 03085da25..2e7edece3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,18 @@ Changelog ********* +paperless-ng 1.5.0 +################## + +This is a maintenance release. + +Support for Python 3.6 was dropped. + +* Updated python dependencies. +* Base image of the docker image changed from Debian Buster to Debian Bullseye due to its recent release. +* The docker image now uses python 3.9. +* Added the Luxembourgish locale. Thanks for translating! + paperless-ng 1.4.5 ##################