Skip to content

Commit d8c9a7c

Browse files
committed
Update CHANGES and bump version
1 parent 6767916 commit d8c9a7c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.1.10.0 2020-4-11
2+
- Fix NLog config file issue (#2841, #2846)
3+
- Tweak log level
4+
15
4.1.9.3 2020-03-31
26
- Set default method to chacha20-ietf-poly1305
37
- Using hash in PAC URL (#2759)

Diff for: shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class UpdateChecker
2626
public string LatestVersionLocalName;
2727
public event EventHandler CheckUpdateCompleted;
2828

29-
public const string Version = "4.1.9.3";
29+
public const string Version = "4.1.10.0";
3030

3131
private class CheckUpdateTimer : System.Timers.Timer
3232
{

0 commit comments

Comments
 (0)