diff --git a/CHANGES b/CHANGES index 679524465..d6fe932dc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.8.2 2015-08-10 +- Fix a encoding problem in manager + 2.8.1 2015-08-06 - Respond ok to add and remove commands diff --git a/setup.py b/setup.py index e5e719328..e6a7ff7c8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="shadowsocks", - version="2.8.1", + version="2.8.2", license='http://www.apache.org/licenses/LICENSE-2.0', description="A fast tunnel proxy that help you get through firewalls", author='clowwindy',