Skip to content

Commit 6bdf8c6

Browse files
committed
Release-v1.0.0-alpha.10
1 parent 4b4d540 commit 6bdf8c6

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ 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+
## [v1.0.0-alpha.10] - 2025-09-05
8+
9+
### Changed
10+
11+
- Update Shipped Structure Definitions [#481](https://github.com/medizininformatik-initiative/torch/pull/481)
12+
713
## [v1.0.0-alpha.9] - 2025-09-05
814

915
### Added
1016

1117
- Add Security Policy [#471](https://github.com/medizininformatik-initiative/torch/pull/471)
1218

13-
### Changed
14-
15-
- Update Shipped Structure Definitions [#481](https://github.com/medizininformatik-initiative/torch/pull/481)
16-
1719
## [v1.0.0-alpha.8] - 2025-08-25
1820

1921
### Added

pom.xml

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

1414
<groupId>de.medizininformatikinitiative</groupId>
1515
<artifactId>torch</artifactId>
16-
<version>1.0.0-alpha.9</version>
16+
<version>v1.0.0-alpha.10</version>
1717

1818
<properties>
1919
<maven.compiler.source>21</maven.compiler.source>

src/main/java/de/medizininformatikinitiative/torch/rest/CapabilityStatementController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ private CapabilityStatement createCapabilityStatement() {
3535
capabilityStatement.setDate(new java.util.Date());
3636
capabilityStatement.setFhirVersion(Enumerations.FHIRVersion._4_0_1);
3737
capabilityStatement.setKind(CapabilityStatement.CapabilityStatementKind.INSTANCE);
38-
capabilityStatement.getSoftware().setName("Torch FHIR Server").setVersion("1.0.0-alpha.9");
38+
capabilityStatement.getSoftware().setName("Torch FHIR Server").setVersion("1.0.0-alpha.10");
3939
capabilityStatement.getImplementation().setDescription("Torch FHIR Server Implementation");
4040
logger.trace("Created basic metadata for CapabilityStatement");
4141

0 commit comments

Comments
 (0)