From 2adadfb582205fb0157c8cdbf2784c2f54d00cbf Mon Sep 17 00:00:00 2001 From: Bernd Storath Date: Tue, 21 Jul 2026 10:51:31 +0200 Subject: [PATCH] Bump version to 15.4.0-beta.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ src/package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c55e26e..67645174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/package.json b/src/package.json index 966e1534..350828e5 100644 --- a/src/package.json +++ b/src/package.json @@ -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",