Skip to content

Commit

Permalink
Release 6.0.4
Browse files Browse the repository at this point in the history
- update changelog and pom.xml
  • Loading branch information
michael-82 committed Jan 10, 2025
1 parent 67cd41a commit 171e515
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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/),

## [6.0.4] - 2025-01-10

### Fixed
- Time Restriction validation was broken when only one of beforeDate or afterDate was set ([#421](https://github.com/medizininformatik-initiative/feasibility-backend/issues/421))
- ### Security
- Update Spring Boot to 3.4.1

## [6.0.3] - 2024-12-10

### Changed
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

<groupId>de.medizininformatik-initiative</groupId>
<artifactId>DataportalBackend</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.0.4</version>

<name>Dataportal Backend</name>
<description>Backend of the Dataportal</description>
Expand Down

0 comments on commit 171e515

Please sign in to comment.