Skip to content

Commit e25b580

Browse files
committed
Release v7.5.0
- update changelog and pom.xml
1 parent 85cbcbc commit e25b580

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

7+
## [7.5.0] - 2025-09-24
8+
9+
- Based on ontology **[v3.9.0](https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/tag/v3.9.0)**
10+
11+
### Changed
12+
- Update UI profile model to allow support of multiple value sets ([#599](https://github.com/medizininformatik-initiative/feasibility-backend/issues/599))
13+
### Fixed
14+
- Correctly display the git branch in the info actuator ([#645](https://github.com/medizininformatik-initiative/feasibility-backend/issues/645))
15+
### Security
16+
- Updated dependencies and GitHub actions
17+
718
## [7.4.1] - 2025-09-04
819

920
- Based on ontology **[v3.8.3](https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/tag/v3.8.3)**

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>de.medizininformatik-initiative</groupId>
1414
<artifactId>DataportalBackend</artifactId>
15-
<version>7.5.0-SNAPSHOT</version>
15+
<version>7.5.0</version>
1616

1717
<name>Dataportal Backend</name>
1818
<description>Backend of the Dataportal</description>

0 commit comments

Comments
 (0)