Skip to content

Commit

Permalink
Release v5.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-82 committed Apr 3, 2024
1 parent e592f79 commit 21d9d3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/integration-test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ services:
- "blaze-data:/app/data"

flare:
image: ghcr.io/medizininformatik-initiative/flare:2.0.0-rc2
image: ghcr.io/medizininformatik-initiative/flare:2.1.1
ports:
- "8092:8080"
environment:
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [UNRELEASED] - yyyy-mm-dd
## [5.0.0-alpha.1] - 2024-04-03

### Added
- Added an endpoint to validate uploaded structured queries. ([#258](https://github.com/medizininformatik-initiative/feasibility-backend/issues/258))
### Changed
- Validation for structured queries has been reworked. ([#260](https://github.com/medizininformatik-initiative/feasibility-backend/issues/260)), ([#266](https://github.com/medizininformatik-initiative/feasibility-backend/issues/266))
### Deprecated
### Removed
### Fixed
### Security
- Updated spring boot to 3.2.4 ([#262](https://github.com/medizininformatik-initiative/feasibility-backend/issues/262))

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

## [4.3.0] - 2024-02-02

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>de.medizininformatik-initiative</groupId>
<artifactId>FeasibilityGuiBackend</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>5.0.0-alpha.1</version>

<name>FeasibilityGuiBackend</name>
<description>Backend of the Feasibility GUI</description>
Expand Down

0 comments on commit 21d9d3a

Please sign in to comment.