Skip to content

Commit 597ff1a

Browse files
committed
Release-v1.0.0-alpha.9
1 parent fe92fed commit 597ff1a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.9] - 2025-09-05
8+
9+
### Added
10+
11+
- Add Security Policy [#471](https://github.com/medizininformatik-initiative/torch/pull/471)
12+
13+
### Changed
14+
15+
- Update Shipped Structure Definitions [#481](https://github.com/medizininformatik-initiative/torch/pull/481)
16+
717
## [v1.0.0-alpha.8] - 2025-08-25
818

919
### 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.8</version>
16+
<version>1.0.0-alpha.9</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.8");
38+
capabilityStatement.getSoftware().setName("Torch FHIR Server").setVersion("1.0.0-alpha.9");
3939
capabilityStatement.getImplementation().setDescription("Torch FHIR Server Implementation");
4040
logger.trace("Created basic metadata for CapabilityStatement");
4141

0 commit comments

Comments
 (0)