Skip to content

Commit 87095f7

Browse files
Merge pull request #120 from medizininformatik-initiative/develop
Release v5.2.2
2 parents 4b86056 + e165445 commit 87095f7

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,23 @@ Please refer to the respective repositories for a more in depth changelog of sin
2727
[blaze]: https://github.com/samply/blaze/releases/tag/v0.33.0
2828

2929

30+
## [5.2.2] - 2025-03-18
31+
32+
**minor fixes**
33+
34+
- Ontology:
35+
- Fix - do not set reference fields as recommended for data selection
36+
37+
### Ontology
38+
39+
This release is based on ontology version [v3.2.2](https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/tag/v3.2.2)
40+
41+
### Updates to
42+
43+
- backend to [v6.2.2](https://github.com/medizininformatik-initiative/feasibility-backend/releases/tag/v6.2.2)
44+
- ontology to [v3.2.2](https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/tag/v3.2.2)
45+
46+
3047
## [5.2.1] - 2025-03-17
3148

3249
**minor fixes in v5.2.1**

feasibility-portal/backend/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
dataportal-backend:
33
restart: unless-stopped
4-
image: ghcr.io/medizininformatik-initiative/feasibility-backend:6.2.1
4+
image: ghcr.io/medizininformatik-initiative/feasibility-backend:6.2.2
55
ports:
66
- ${DATAPORTAL_BACKEND_PORT:-127.0.0.1:8091}:8090
77
depends_on:
@@ -134,7 +134,7 @@ services:
134134
environment:
135135
ES_HOST: http://dataportal-elastic
136136
ES_PORT: 9200
137-
ONTO_GIT_TAG: v3.2.1
137+
ONTO_GIT_TAG: v3.2.2
138138
ONTO_REPO: https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/download
139139
ONTO_RELATIVE_PATH: /example/fdpg-ontology/
140140
DOWNLOAD_FILENAME: elastic.zip

0 commit comments

Comments
 (0)