From 358c3070244ee2181e941b6f9f3c49f8a957e893 Mon Sep 17 00:00:00 2001 From: reivilibre <38398653+reivilibre@users.noreply.github.com> Date: Thu, 8 Aug 2019 13:06:07 +0100 Subject: [PATCH] Sygnal 0.2.1 (#48) Signed-off-by: Olivier Wilkinson (reivilibre) --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- sygnal/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a0c4be..83427cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +### Sygnal 0.2.1 (2019-08-08) + +- Declare sentry-sdk as a dependency. +- Obey GCM maximum connections count. +- Document `max_connections` config option in GCM. +- Separate Twisted's logging and the access logging. + ### Sygnal 0.2.0 (2019-08-02) This is a rewrite of Sygnal 0.0.1. diff --git a/VERSION b/VERSION index 0ea3a944..0c62199f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/sygnal/__init__.py b/sygnal/__init__.py index d3ec452c..3ced3581 100644 --- a/sygnal/__init__.py +++ b/sygnal/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1"