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"