From 0cfd7b528bdb3c6ffaebcbca4c44870755be104b Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Mon, 29 Jun 2020 14:54:44 +0300 Subject: [PATCH] V20.6.2 changelog (#1885) * Version * Version 20.6.1 * CHANGELOG for v20.6.2 --- CHANGELOG.rst | 18 ++++++++++++++++++ sanic/__version__.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 772a51aa..7649ac35 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,14 @@ +Version 20.6.2 +=============== + +Features +******** + + * + `#1641 `_ + Socket binding implemented properly for IPv6 and UNIX sockets + + Version 20.6.1 =============== @@ -73,6 +84,13 @@ Improved Documentation `#1865 `_ Fixing rst format issue that was hiding documentation + +Version 20.6.0 +=============== + +*Released, but unintentionally ommitting PR #1880, so was replaced by 20.6.1* + + Version 20.3.0 =============== diff --git a/sanic/__version__.py b/sanic/__version__.py index 89ecea4d..0079f89d 100644 --- a/sanic/__version__.py +++ b/sanic/__version__.py @@ -1 +1 @@ -__version__ = "20.6.1" +__version__ = "20.6.2"