Skip to content

Commit 60bbea5

Browse files
committed
Release v6.3.5
1 parent 3f6d27e commit 60bbea5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## v6.3.5 (2025-08-24)
4+
5+
### Changed
6+
* Changed description of Feature Selection [#438](https://github.com/medizininformatik-initiative/feasibility-gui/issues/438)
7+
* Refactor user profile handling across services and components [#436](https://github.com/medizininformatik-initiative/feasibility-gui/pull/436)
8+
* Add AuthToken and HttpError interceptors for improved HTTP request handling [#435](https://github.com/medizininformatik-initiative/feasibility-gui/pull/435)
9+
10+
11+
312
## v6.3.4 (2025-08-18)
413

514
### 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.4",
18+
"version": "6.3.5",
1919
"copyrightYear": "2025",
2020
"copyrightOwner": "FDPG+ Team",
2121
"email": "[email protected]"

src/assets/config/config.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"legal": {
3737
"copyrightOwner": "FDPG+ Team",
3838
"copyrightYear": "2025",
39-
"version": "6.3.4",
39+
"version": "6.3.5",
4040
"email": "[email protected]"
4141
},
4242
"mock": {

0 commit comments

Comments
 (0)