diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3740fc..6233f326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [15.2.1] - 2026-01-14 + +### Fixed + +- Icon in Searchbar (https://github.com/wg-easy/wg-easy/commit/458f66818a400f181e2c6326ede077c8793d71f2) +- Interface save not working (https://github.com/wg-easy/wg-easy/commit/48f3fbd715a889e2425702a8a46332f2752aef91) +- Error Messages in Setup (https://github.com/wg-easy/wg-easy/commit/32a055093a76342c40858d8dcf563b0700a8bd48) + ## [15.2.0] - 2026-01-12 ### Added diff --git a/scripts/version.sh b/scripts/version.sh index ba6ee106..6d38b2e1 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -30,6 +30,7 @@ echo "Updated package.json to version $new_version" echo "----" echo "If you changed the major version, remember to update the docker-compose.yml file and docs (search for: ref: major version)" +echo "Make sure to stage any changes before proceeding (e.g. Changelog updates)." echo "----" echo "If you did everything press 'y' to commit the changes and create a new tag" diff --git a/src/package.json b/src/package.json index e8c1bdc2..753ae744 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "wg-easy", - "version": "15.2.0", + "version": "15.2.1", "description": "The easiest way to run WireGuard VPN + Web-based Admin UI.", "private": true, "type": "module",