We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93f4ee commit 1f12d03Copy full SHA for 1f12d03
docs/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.32.1 (2025-06-15)
4
+- updated CVE information (erwindon)
5
+
6
## 1.32.0 (2025-06-12)
7
- updated github pipeline (erwindon)
8
- moved/fixed regression test to a github pipeline (erwindon)
saltgui/static/scripts/panels/Login.js
@@ -9,7 +9,7 @@ import {Utils} from "../Utils.js";
9
export class LoginPanel extends Panel {
10
11
constructor () {
12
- LoginPanel.version = "SaltGUI v1.33.0-SNAPSHOT";
+ LoginPanel.version = "SaltGUI v1.32.1";
13
14
super("login");
15
0 commit comments