diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d155cd..7b5ea5f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pom.xml b/pom.xml index cc717620..59370360 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,13 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0 + 3.4.1 de.medizininformatik-initiative DataportalBackend - 6.1.0-SNAPSHOT + 6.0.4 Dataportal Backend Backend of the Dataportal