From 1200185e0f17d9d0a71b6d3cfb69d2ddcc855f33 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Jun 2024 20:23:22 +0000 Subject: [PATCH] chore(release): 2.1.0-beta.29 [skip ci] ## [2.1.0-beta.29](https://github.com/miracum/obds-to-fhir/compare/v2.1.0-beta.28...v2.1.0-beta.29) (2024-06-10) ### Features * make gleason and psa mapping optional. Disabled by default. ([1bb836a](https://github.com/miracum/obds-to-fhir/commit/1bb836a8dd99f3873cff6aba27886ca93e275ea5)) ### Miscellaneous Chores * **deps:** updated to latest java and gradle ([aee4762](https://github.com/miracum/obds-to-fhir/commit/aee47620dbd8930e1d6918e7723c0495d74850ed)) --- build.gradle | 2 +- src/main/resources/application.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2c433d5b..bc2a3b32 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'org.miracum.streams.ume' -version = '2.1.0-beta.28' +version = '2.1.0-beta.29' sourceCompatibility = '21' targetCompatibility = '21' diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 524d7315..7a4fe6a0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ app: - version: 2.1.0-beta.28 + version: 2.1.0-beta.29 enableCheckDigitConv: ${CHECK_DIGIT_CONVERSION:false} fhir: