diff --git a/CHANGELOG b/CHANGELOG index 60fe9b58..b08c54a0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +Changes in version 3.2.0 - 2019-10-01 + o Add debian buster release + o Add support for Tor Onion Services v3 + o Add support for TLS1.3 + o Revise security TLS configuration + o Revise support for IPv6 + o Revise Python3 compatibility + Changes in version 3.1.74 - 2019-06-25 o Apply fixes to packaging for Ubuntu Bionic diff --git a/debian/changelog b/debian/changelog index 2ec703fe..a672c19d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tor2web (3.2.0) stable; urgency=medium + + * New stable release + + -- GlobaLeaks software signing key Tue, 01 Oct 2019 10:33:28 +0200 + tor2web (3.1.74) stable; urgency=medium * New stable release diff --git a/tor2web/__init__.py b/tor2web/__init__.py index cf56daca..d7c4837f 100644 --- a/tor2web/__init__.py +++ b/tor2web/__init__.py @@ -1,3 +1,3 @@ -__version__ = '3.1.74' +__version__ = '3.2.0' __all__ = ['utils']