Bump version to 15.4.0-beta.1

This commit is contained in:
Bernd Storath
2026-07-21 10:51:31 +02:00
parent d4a088b951
commit 2adadfb582
2 changed files with 21 additions and 1 deletions
+20
View File
@@ -9,6 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
Support disabling version check (https://github.com/wg-easy/wg-easy/pull/2648)
OAuth integration (https://github.com/wg-easy/wg-easy/pull/2659)
### Fixed
Button styling (https://github.com/wg-easy/wg-easy/pull/2666)
Escape Prometheus label values (https://github.com/wg-easy/wg-easy/pull/2702)
Skip ip6tables for firewall when IPv6 is disabled (https://github.com/wg-easy/wg-easy/pull/2701)
### Changed
Only set sysctl if needed (https://github.com/wg-easy/wg-easy/pull/2630)
Improve security (https://github.com/wg-easy/wg-easy/pull/2661, https://github.com/wg-easy/wg-easy/pull/2668, https://github.com/wg-easy/wg-easy/pull/2669)
Replace mkdocs with zensical (https://github.com/wg-easy/wg-easy/pull/2667)
Migrate to Nuxt 4 (https://github.com/wg-easy/wg-easy/pull/2660)
## [15.3.0] - 2026-05-18
### Added
- AWG: support for H1-H4 ranges (https://github.com/wg-easy/wg-easy/pull/2480)
- Client Firewall (https://github.com/wg-easy/wg-easy/pull/2418)
- CLI: Show QR code (https://github.com/wg-easy/wg-easy/pull/2518)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "wg-easy",
"version": "15.3.0",
"version": "15.4.0-beta.1",
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
"private": true,
"type": "module",