Skip to content

Commit 1f12d03

Browse files
Erwin Dondorperwindon
authored andcommitted
Release 1.32.1
1 parent f93f4ee commit 1f12d03

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.32.1 (2025-06-15)
4+
- updated CVE information (erwindon)
5+
36
## 1.32.0 (2025-06-12)
47
- updated github pipeline (erwindon)
58
- moved/fixed regression test to a github pipeline (erwindon)

saltgui/static/scripts/panels/Login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {Utils} from "../Utils.js";
99
export class LoginPanel extends Panel {
1010

1111
constructor () {
12-
LoginPanel.version = "SaltGUI v1.33.0-SNAPSHOT";
12+
LoginPanel.version = "SaltGUI v1.32.1";
1313

1414
super("login");
1515

0 commit comments

Comments
 (0)