From f6710623259e80d7c296ce949b34a9f179f5387c Mon Sep 17 00:00:00 2001 From: pcvolkmer-release-bot[bot] Date: Mon, 9 Mar 2026 06:11:49 +0100 Subject: chore(master): release 0.15.0 (#251) Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>--- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ build.gradle.kts | 2 +- src/main/resources/templates/fragments.html | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a26ebfc..8f3e0a4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "0.15.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bb39ef0..76b3fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.15.0](https://github.com/pcvolkmer/mv64e-etl-processor/compare/v0.14.0...v0.15.0) (2026-03-07) + + +### ⚠ BREAKING CHANGES + +* migrate to Spring Boot 4 ([#250](https://github.com/pcvolkmer/mv64e-etl-processor/issues/250)) + +### deps + +* migrate to Spring Boot 4 ([#250](https://github.com/pcvolkmer/mv64e-etl-processor/issues/250)) ([159ad72](https://github.com/pcvolkmer/mv64e-etl-processor/commit/159ad72d0c16259e36878baa8ca64b4c4b0d6bf9)) + + +### Features + +* configuration of additional users ([#254](https://github.com/pcvolkmer/mv64e-etl-processor/issues/254)) ([ee5f909](https://github.com/pcvolkmer/mv64e-etl-processor/commit/ee5f9096c85f6789078597ba19f7c02e6b24d2c5)) +* improve request list ([b7b7fa3](https://github.com/pcvolkmer/mv64e-etl-processor/commit/b7b7fa3da199f2f910c27084a075f91063e46381)) +* save TAN for MTB requests ([#253](https://github.com/pcvolkmer/mv64e-etl-processor/issues/253)) ([bf6bfa9](https://github.com/pcvolkmer/mv64e-etl-processor/commit/bf6bfa904e127f51b79cfafb96e1280b50e9615a)) +* search by patient pseudonym and TAN ([#256](https://github.com/pcvolkmer/mv64e-etl-processor/issues/256)) ([17262ea](https://github.com/pcvolkmer/mv64e-etl-processor/commit/17262ea8cf9478bab2b5c34d814c8e1519adf33a)) + + +### Bug Fixes + +* code formatting ([882d65c](https://github.com/pcvolkmer/mv64e-etl-processor/commit/882d65c4e2253606eb3315b37800d080fbdb94be)) +* ensure metadata is initialized using MtbFileConsentService ([9eb8d74](https://github.com/pcvolkmer/mv64e-etl-processor/commit/9eb8d74117c4c363f787fbc3e02a90e7f21a402e)) + ## [0.14.0](https://github.com/pcvolkmer/mv64e-etl-processor/compare/v0.13.1...v0.14.0) (2026-01-22) diff --git a/build.gradle.kts b/build.gradle.kts index 3f18a84..1149a2e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ plugins { } group = "dev.dnpm" -version = "0.14.0" // x-release-please-version +version = "0.15.0" // x-release-please-version var versions = mapOf( "mtb-dto" to "0.2.0", diff --git a/src/main/resources/templates/fragments.html b/src/main/resources/templates/fragments.html index 403ad09..b6dbeaa 100644 --- a/src/main/resources/templates/fragments.html +++ b/src/main/resources/templates/fragments.html @@ -47,7 +47,7 @@