File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
src/main/java/de/medizininformatikinitiative/torch/rest Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
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
+
7
13
## [ v1.0.0-alpha.9] - 2025-09-05
8
14
9
15
### Added
10
16
11
17
- Add Security Policy [ #471 ] ( https://github.com/medizininformatik-initiative/torch/pull/471 )
12
18
13
- ### Changed
14
-
15
- - Update Shipped Structure Definitions [ #481 ] ( https://github.com/medizininformatik-initiative/torch/pull/481 )
16
-
17
19
## [ v1.0.0-alpha.8] - 2025-08-25
18
20
19
21
### Added
Original file line number Diff line number Diff line change 13
13
14
14
<groupId >de.medizininformatikinitiative</groupId >
15
15
<artifactId >torch</artifactId >
16
- <version >1 .0.0-alpha.9 </version >
16
+ <version >v1 .0.0-alpha.10 </version >
17
17
18
18
<properties >
19
19
<maven .compiler.source>21</maven .compiler.source>
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ private CapabilityStatement createCapabilityStatement() {
35
35
capabilityStatement .setDate (new java .util .Date ());
36
36
capabilityStatement .setFhirVersion (Enumerations .FHIRVersion ._4_0_1 );
37
37
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 " );
39
39
capabilityStatement .getImplementation ().setDescription ("Torch FHIR Server Implementation" );
40
40
logger .trace ("Created basic metadata for CapabilityStatement" );
41
41
You can’t perform that action at this time.
0 commit comments