Skip to content

Commit

Permalink
Merge pull request #166 from medizininformatik-initiative/release-v2.…
Browse files Browse the repository at this point in the history
…3.0-rc.1

Release v2.3.0-rc.1
  • Loading branch information
alexanderkiel authored Jun 14, 2024
2 parents 1818e33 + da6324e commit d047428
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v2.3.0-rc.1

### Enhancements

* Update Ontology to Version v2.2.0-RC ([#163](https://github.com/medizininformatik-initiative/flare/issues/163))

The full changelog can be found [here](https://github.com/medizininformatik-initiative/flare/milestone/14?closed=1).

## v2.2.0

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mvn clean install
## Run

```sh
docker run -p 8080:8080 ghcr.io/medizininformatik-initiative/flare:2.2
docker run -p 8080:8080 ghcr.io/medizininformatik-initiative/flare:2.3
```

## Environment Variables
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

<groupId>de.medizininformatik-initiative</groupId>
<artifactId>flare</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-rc.1</version>

<name>Flare</name>
<description>Flare</description>

<properties>
<java.version>17</java.version>
<testcontainers.version>1.19.8</testcontainers.version>
<ontology.version>2.2.0-RC</ontology.version>
<ontology.version>2.2.0-RC2</ontology.version>
</properties>

<dependencies>
Expand Down

0 comments on commit d047428

Please sign in to comment.