diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ebb055f..0a3350f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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) +- Add option to view and copy config (https://github.com/wg-easy/wg-easy/pull/2289) ## Fixed @@ -27,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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) +- Try all QR ecc levels (https://github.com/wg-easy/wg-easy/pull/2288) ## Docs diff --git a/src/package.json b/src/package.json index d7d3591c..387f6dd5 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "wg-easy", - "version": "15.2.0-beta.1", + "version": "15.2.0-beta.2", "description": "The easiest way to run WireGuard VPN + Web-based Admin UI.", "private": true, "type": "module",