update changelog for v11
This commit is contained in:
parent
c3044f16e8
commit
dc83434253
|
@ -9,4 +9,5 @@
|
||||||
"8": "Updated to Node.js v18.",
|
"8": "Updated to Node.js v18.",
|
||||||
"9": "Fixed issue running on devices with older kernels.",
|
"9": "Fixed issue running on devices with older kernels.",
|
||||||
"10": "Added sessionless HTTP API auth & automatic dark mode."
|
"10": "Added sessionless HTTP API auth & automatic dark mode."
|
||||||
|
"11": "Multilanguage Support & various bugfixes"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"release": "10",
|
"release": "11",
|
||||||
"name": "wg-easy",
|
"name": "wg-easy",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
|
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
|
||||||
|
|
Loading…
Reference in New Issue