From 89070f4159d8ce25421c43029d32b01ac25b25d6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 Jul 2024 11:35:07 +0000 Subject: [PATCH] chore(release): 2.1.1 [skip ci] ## [2.1.1](https://github.com/bzkf/obds-to-fhir/compare/v2.1.0...v2.1.1) (2024-07-31) ### Bug Fixes * removed unused LOG and test image repo ([#60](https://github.com/bzkf/obds-to-fhir/issues/60)) ([3a515de](https://github.com/bzkf/obds-to-fhir/commit/3a515de61df107a3b1457c94fbdb0a1e2dae86b1)) --- 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 16d45ded..3d07dbc6 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'org.miracum.streams.ume' -version = '2.1.0' +version = '2.1.1' sourceCompatibility = '21' targetCompatibility = '21' diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ca374060..112231fc 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ app: - version: 2.1.0 + version: 2.1.1 enableCheckDigitConv: ${CHECK_DIGIT_CONVERSION:false} fhir: