diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 17016641..fe6fcfbc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,15 @@ +Version 21.3.2 +-------------- + +Bugfixes +******** + + * `#2081 `_ + Disable response timeout on websocket connections + + * `#2085 `_ + Make sure that blueprints with no slash is maintained when applied + Version 21.3.1 -------------- diff --git a/sanic/__version__.py b/sanic/__version__.py index 66db1623..345ed1a9 100644 --- a/sanic/__version__.py +++ b/sanic/__version__.py @@ -1 +1 @@ -__version__ = "21.3.1" +__version__ = "21.3.2"