diff --git a/CHANGELOG.md b/CHANGELOG.md index 626e33f46..298172f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.16.2](https://github.com/rcourtman/Pulse/compare/v3.16.1...v3.16.2) (2025-05-31) + +### Fixed +- Corrected port number in installer output (shows 7655 instead of 3000) + ## [3.16.1](https://github.com/rcourtman/Pulse/compare/v3.16.0...v3.16.1) (2025-05-31) ### Fixed diff --git a/package.json b/package.json index a1d2ae3a1..f26c0f535 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pulse", - "version": "3.16.1", + "version": "3.16.2", "description": "A lightweight monitoring application for Proxmox VE.", "main": "server/index.js", "scripts": {