diff --git a/docs/changelog.rst b/docs/changelog.rst index 7bcae7e6f..a13509659 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,10 @@ Changelog ######### +* 0.3.4 + * BasicAuth support for document and thumbnail downloads, as well as the Push + API thanks to @thomasbrueggemann. See `#179`_. + * 0.3.3 * Thumbnails in the UI and a Django-suit -based face-lift courtesy of @ekw! * Timezone, items per page, and default language are now all configurable, @@ -163,4 +167,4 @@ Changelog .. _#148: https://github.com/danielquinn/paperless/pull/148 .. _#150: https://github.com/danielquinn/paperless/pull/150 .. _#172: https://github.com/danielquinn/paperless/issues/172 - +.. _#179: https://github.com/danielquinn/paperless/pull/179 diff --git a/src/paperless/version.py b/src/paperless/version.py index a3c3bfee3..2af29977a 100644 --- a/src/paperless/version.py +++ b/src/paperless/version.py @@ -1 +1 @@ -__version__ = (0, 3, 3) +__version__ = (0, 3, 4)