diff --git a/CHANGES b/CHANGES index 4aee5a9..ee2741e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +3.0.1 2017-01-03 +- remove auth_aes128_*_compatible + 3.0.0 2016-12-23 - http_simple fix bugs - tls1.2_ticket_auth fix bug & defaule time diff set to 86400s diff --git a/shadowsocks/version.py b/shadowsocks/version.py index 218f2bb..6bab5d7 100644 --- a/shadowsocks/version.py +++ b/shadowsocks/version.py @@ -16,5 +16,5 @@ # under the License. def version(): - return '3.0.0 2016-12-23' + return '3.0.1 2017-01-03'