From edc3c5af57755405b18c80551786b440a229f1a8 Mon Sep 17 00:00:00 2001 From: Bernd Storath <999999bst@gmail.com> Date: Wed, 12 Nov 2025 08:35:19 +0100 Subject: [PATCH] Bump version to 15.2.0-beta.1 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ src/package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc29052..0ebb055f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +## Added + +- AmneziaWG integration (https://github.com/wg-easy/wg-easy/pull/2102, https://github.com/wg-easy/wg-easy/pull/2226) +- 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) +- Show client endpoint (https://github.com/wg-easy/wg-easy/pull/2058) + +## Fixed + +- Fix download as conf.txt (https://github.com/wg-easy/wg-easy/pull/2269) +- Clean filename for OTL download (https://github.com/wg-easy/wg-easy/pull/2253) + +## Changed + +- Allow lower MTU (https://github.com/wg-easy/wg-easy/pull/2228) +- Use /32 and /128 for client Cidr (https://github.com/wg-easy/wg-easy/pull/2217) +- Return client id on create (https://github.com/wg-easy/wg-easy/pull/2190) +- 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) +- Don't include keys in API responses (https://github.com/wg-easy/wg-easy/pull/2015) + +## Docs + +- Add AdGuard Home (https://github.com/wg-easy/wg-easy/pull/2175) +- Add Routed (No NAT) docs (https://github.com/wg-easy/wg-easy/pull/2181) + ## [15.1.0] - 2025-07-01 ### Added diff --git a/src/package.json b/src/package.json index 1e560190..d7d3591c 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "wg-easy", - "version": "15.1.0", + "version": "15.2.0-beta.1", "description": "The easiest way to run WireGuard VPN + Web-based Admin UI.", "private": true, "type": "module",