Skip to content

Commit 04f103c

Browse files
committed
Release v6.3.2
1 parent 564ed7d commit 04f103c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## v6.3.2 (2025-07-21)
4+
5+
### HotFix
6+
* add missing lang entry
7+
* fix auth config
8+
9+
310
## v6.3.1 (2025-07-21)
411

512
### Feature

docker/deploy-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"roles": ["FEASIBILITY_USER"]
1616
},
1717
"legal": {
18-
"version": "6.3.1",
18+
"version": "6.3.2",
1919
"copyrightYear": "2025",
2020
"copyrightOwner": "FDPG+ Team"
2121
},

src/assets/config/config.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"legal": {
3838
"copyrightOwner": "FDPG+ Team",
3939
"copyrightYear": "2025",
40-
"version": "6.3.1"
40+
"version": "6.3.2"
4141
},
4242
"mock": {
4343
"loadnsave": false,

0 commit comments

Comments
 (0)