From c723b0233f4f6b847072b874d6448709fb0a83f0 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 11 Apr 2019 10:48:28 +0200 Subject: [PATCH] prepare 0.1.28 --- debian/changelog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index d8af718df..6fb7c17ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +passbook (0.1.28) stable; urgency=medium + + * bump version: 0.1.26-beta -> 0.1.27-beta + * fix allauth client's formatting + * switch from raven to sentry_sdk + * add ability to have non-expiring nonces, clean up expired nonces + * fully remove raven and switch WSGI and logging to sentry_sdk + * fix failing CI + * trigger autoreload from config files + * Choose upstream more cleverly + * Move code from django-revproxy to app_gw to fix cookie bug + * Implement websocket proxy + * switch kubernetes deployment to daphne server + * set default log level to warn, fix clean_nonces not working + + -- Jens Langhammer Thu, 11 Apr 2019 08:46:44 +0000 + passbook (0.1.27) stable; urgency=medium * bump version: 0.1.25-beta -> 0.1.26-beta