Skip to content

Commit 25c1d02

Browse files
committed
Update CHANGES and bump version
1 parent 897934c commit 25c1d02

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.0.9 2018-03-14
2+
- Fix port occupied issue
3+
- Add xchacha20-ietf-poly1305
4+
- Update cryptographic libraries
5+
- Bug fixes and improvements
6+
17
4.0.8 2018-02-16
28
- Add OpenSSL 1.1.0g support #1671
39
- Update nuget packages

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class UpdateChecker
2424
public string LatestVersionLocalName;
2525
public event EventHandler CheckUpdateCompleted;
2626

27-
public const string Version = "4.0.8";
27+
public const string Version = "4.0.9";
2828

2929
private class CheckUpdateTimer : System.Timers.Timer
3030
{

0 commit comments

Comments
 (0)