From 15deeddfe455e203339245330aef1ff497f48da4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 May 2024 14:14:02 +0000 Subject: [PATCH] chore(release): 2.1.0-beta.23 [skip ci] ## [2.1.0-beta.23](https://github.com/miracum/obds-to-fhir/compare/v2.1.0-beta.22...v2.1.0-beta.23) (2024-05-12) ### Bug Fixes * iterate over all export meldungen, avoiding prioritising for now ([e815fc1](https://github.com/miracum/obds-to-fhir/commit/e815fc19037f36cc81855a815552ddcc7a23c89a)) ### CI/CD * added code coverage PR and optimize image build ([#42](https://github.com/miracum/obds-to-fhir/issues/42)) ([1832314](https://github.com/miracum/obds-to-fhir/commit/1832314d8b7e673fc133e24be09ff0ec2edf6149)) --- 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 3bb68047..1f7f0022 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'org.miracum.streams.ume' -version = '2.1.0-beta.22' +version = '2.1.0-beta.23' sourceCompatibility = '17' targetCompatibility = '17' diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index e4d4ef5f..34a7cc55 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ app: - version: 2.1.0-beta.22 + version: 2.1.0-beta.23 enableCheckDigitConv: ${CHECK_DIGIT_CONVERSION:false} fhir: