Skip to content

Commit a0b4192

Browse files
committed
Bump version to 15.2.1
1 parent 32a0550 commit a0b4192

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

scripts/version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ echo "Updated package.json to version $new_version"
3030

3131
echo "----"
3232
echo "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)."
3334
echo "----"
3435

3536
echo "If you did everything press 'y' to commit the changes and create a new tag"

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)