diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-12-14 18:28:00 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-12-14 19:30:07 +0100 |
commit | 7ab7b8cd822dc0e4548f9cf6795567f2eeef44e1 (patch) | |
tree | e4128cf4670ad5a03c94b21514fc7c86b77d616b | |
parent | 5d9788388c9cf176a331d1fddc708420d88c4ce5 (diff) |
[pkg] bump version
-rw-r--r-- | CHANGELOG | 13 | ||||
-rw-r--r-- | pkg/version | 2 |
2 files changed, 11 insertions, 4 deletions
@@ -1,11 +1,18 @@ +development +=========== +- ... + + 0.21.11 ======= -- Do not fail if ipv6 is disabled (GNU/Linux) - Complete UI revamp +- Do not fail if ipv6 is disabled (GNU/Linux) - UDP support - Obfs4 support -- Experimental snowflake support for bootstrap -- Disable autostart +- Experimental snowflake support for bootstrap (not exposed in UI yet) +- Disable autostart on first run +- Provider "message of the day" +- primitive version check for windows, osx. 0.21.6 diff --git a/pkg/version b/pkg/version index 78cfa5e..4350a15 100644 --- a/pkg/version +++ b/pkg/version @@ -1 +1 @@ -0.21.6 +0.21.11 |