diff --git a/CHANGES b/CHANGES index ff8516b..6795244 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.8.1 2015-08-06 +- Respond ok to add and remove commands + 2.8 2015-08-06 - Add Shadowsocks manager diff --git a/setup.py b/setup.py index 0a438d4..e5e7193 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with codecs.open('README.rst', encoding='utf-8') as f: setup( name="shadowsocks", - version="2.8", + version="2.8.1", license='http://www.apache.org/licenses/LICENSE-2.0', description="A fast tunnel proxy that help you get through firewalls", author='clowwindy',