Bump version to 15.2.1
This commit is contained in:
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [15.2.0] - 2026-01-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ echo "Updated package.json to version $new_version"
|
|||||||
|
|
||||||
echo "----"
|
echo "----"
|
||||||
echo "If you changed the major version, remember to update the docker-compose.yml file and docs (search for: ref: major version)"
|
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 "----"
|
||||||
|
|
||||||
echo "If you did everything press 'y' to commit the changes and create a new tag"
|
echo "If you did everything press 'y' to commit the changes and create a new tag"
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wg-easy",
|
"name": "wg-easy",
|
||||||
"version": "15.2.0",
|
"version": "15.2.1",
|
||||||
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
|
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user