diff --git a/CHANGES b/CHANGES index 3c46d24..dd4976b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.0.2 2014-06-11 +- Add asynchronous DNS in TCP relay + 2.0.1 2014-06-05 - Better logging - Maybe fix bad file descriptor diff --git a/setup.py b/setup.py index efdb366..c55a4e6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.rst') as f: setup( name="shadowsocks", - version="2.0.1", + version="2.0.2", license='MIT', description="A fast tunnel proxy that help you get through firewalls", author='clowwindy',