From 2dc8ba779216929c10c1998341d36963fe0eca7a Mon Sep 17 00:00:00 2001 From: Bernd Storath Date: Mon, 18 May 2026 12:19:51 +0200 Subject: [PATCH] Bump version to 15.3.0 --- CHANGELOG.md | 1 + src/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc83733a..8c55e26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Add trailing newline to Prometheus metrics output (https://github.com/wg-easy/wg-easy/pull/2573) +- Correctly use DEBUG env var (https://github.com/wg-easy/wg-easy/pull/2619) ### Changed diff --git a/src/package.json b/src/package.json index 091627ac..083abd4a 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "wg-easy", - "version": "15.3.0-beta.3", + "version": "15.3.0", "description": "The easiest way to run WireGuard VPN + Web-based Admin UI.", "private": true, "type": "module",