Bump version to 15.2.0-beta.2
This commit is contained in:
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Search / filter box (https://github.com/wg-easy/wg-easy/pull/2170)
|
- Search / filter box (https://github.com/wg-easy/wg-easy/pull/2170)
|
||||||
- `INIT_ALLOWED_IPS` env var (https://github.com/wg-easy/wg-easy/pull/2164)
|
- `INIT_ALLOWED_IPS` env var (https://github.com/wg-easy/wg-easy/pull/2164)
|
||||||
- Show client endpoint (https://github.com/wg-easy/wg-easy/pull/2058)
|
- Show client endpoint (https://github.com/wg-easy/wg-easy/pull/2058)
|
||||||
|
- Add option to view and copy config (https://github.com/wg-easy/wg-easy/pull/2289)
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
|
||||||
@@ -27,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Publish on Codeberg (https://github.com/wg-easy/wg-easy/pull/2160)
|
- Publish on Codeberg (https://github.com/wg-easy/wg-easy/pull/2160)
|
||||||
- Allow empty DNS (https://github.com/wg-easy/wg-easy/pull/2052, https://github.com/wg-easy/wg-easy/pull/2057)
|
- Allow empty DNS (https://github.com/wg-easy/wg-easy/pull/2052, https://github.com/wg-easy/wg-easy/pull/2057)
|
||||||
- Don't include keys in API responses (https://github.com/wg-easy/wg-easy/pull/2015)
|
- Don't include keys in API responses (https://github.com/wg-easy/wg-easy/pull/2015)
|
||||||
|
- Try all QR ecc levels (https://github.com/wg-easy/wg-easy/pull/2288)
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wg-easy",
|
"name": "wg-easy",
|
||||||
"version": "15.2.0-beta.1",
|
"version": "15.2.0-beta.2",
|
||||||
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
|
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user