diff --git a/CHANGELOG.md b/CHANGELOG.md index d9964184..bb3740fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## Added +## [15.2.0] - 2026-01-12 + +### 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) @@ -15,13 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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 - 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) - Text color in admin menu in light mode (https://github.com/wg-easy/wg-easy/pull/2307) -## Changed +### 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) @@ -30,13 +32,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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) - Try all QR ecc levels (https://github.com/wg-easy/wg-easy/pull/2288) -- Update OnetimeLink expiry on reuse (https://github.com/wg-easy/wg-easy/pull/2370) +- Update OneTimeLink expiry on reuse (https://github.com/wg-easy/wg-easy/pull/2370) - Removed ARMv7 support (https://github.com/wg-easy/wg-easy/pull/2369) -## Docs +### 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) +- Add Routed (No NAT) docs (https://github.com/wg-easy/wg-easy/pull/2181, https://github.com/wg-easy/wg-easy/pull/2380) - Add AmneziaWG docs (https://github.com/wg-easy/wg-easy/pull/2108, https://github.com/wg-easy/wg-easy/pull/2292) ## [15.1.0] - 2025-07-01 diff --git a/src/package.json b/src/package.json index d3be5a94..e8c1bdc2 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "wg-easy", - "version": "15.2.0-beta.3", + "version": "15.2.0", "description": "The easiest way to run WireGuard VPN + Web-based Admin UI.", "private": true, "type": "module",