diff --git a/__info__.py b/__info__.py index d46ca05..07a9737 100644 --- a/__info__.py +++ b/__info__.py @@ -1,10 +1,10 @@ """Package information""" -__version__ = '1.0.0' +__version__ = '1.0.1' __project__ = 'sylk_pushserver' __summary__ = 'Mobile push notifications for RTC infrastructures' __webpage__ = 'http://sylkserver.com' __author__ = 'Bibiana Rivadeneira' __email__ = 'support@ag-projects.com' __license__ = 'GPL v3' __copyright__ = 'Copyright 2020 AG Projects' diff --git a/debian/changelog b/debian/changelog index ae3911b..bfa4486 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,13 @@ +sylk-pushserver (1.0.1) unstable; urgency=medium + + * Added software sources location + * Added content-available header to Sylk payload + * Handle Firebase 401 exception + + -- Adrian Georgescu Mon, 22 Jun 2020 21:13:34 +0200 + sylk-pushserver (1.0.0) unstable; urgency=low * First version of sylk-pushserver -- Adrian Georgescu Fri, 29 May 2020 15:16:07 +0200