File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 15.2.1] - 2026-01-14
11+
12+ ### Fixed
13+
14+ - Icon in Searchbar (https://github.com/wg-easy/wg-easy/commit/458f66818a400f181e2c6326ede077c8793d71f2 )
15+ - Interface save not working (https://github.com/wg-easy/wg-easy/commit/48f3fbd715a889e2425702a8a46332f2752aef91 )
16+ - Error Messages in Setup (https://github.com/wg-easy/wg-easy/commit/32a055093a76342c40858d8dcf563b0700a8bd48 )
17+
1018## [ 15.2.0] - 2026-01-12
1119
1220### Added
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ echo "Updated package.json to version $new_version"
3030
3131echo " ----"
3232echo " If you changed the major version, remember to update the docker-compose.yml file and docs (search for: ref: major version)"
33+ echo " Make sure to stage any changes before proceeding (e.g. Changelog updates)."
3334echo " ----"
3435
3536echo " If you did everything press 'y' to commit the changes and create a new tag"
Original file line number Diff line number Diff line change 11{
22 "name" : " wg-easy" ,
3- "version" : " 15.2.0 " ,
3+ "version" : " 15.2.1 " ,
44 "description" : " The easiest way to run WireGuard VPN + Web-based Admin UI." ,
55 "private" : true ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments