diff --git a/__info__.py b/__info__.py index 07a9737..cbe710f 100644 --- a/__info__.py +++ b/__info__.py @@ -1,10 +1,10 @@ """Package information""" -__version__ = '1.0.1' +__version__ = '1.0.2' __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 bfa4486..61c3aff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,21 @@ +sylk-pushserver (1.0.2) unstable; urgency=medium + + * Firebase token fixes + * Fix converting call-id to uuidv4 for sylk app + * Switch Sylk conference invite push type to VoIP + + -- Adrian Georgescu Wed, 01 Jul 2020 19:10:44 +0200 + 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