From 171e5157198c9c2869da0036ba62bc74c9576230 Mon Sep 17 00:00:00 2001 From: Michael Folz Date: Fri, 10 Jan 2025 14:13:14 +0100 Subject: [PATCH] Release 6.0.4 - update changelog and pom.xml --- CHANGELOG.md | 7 +++++++ pom.xml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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