From 177c252a6bc3f30d225f6dc14dcd8e9face54314 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Nov 2023 19:38:55 +0000 Subject: [PATCH] chore(release): 2.0.4 [skip ci] ## [2.0.4](https://github.com/miracum/obds-to-fhir/compare/v2.0.3...v2.0.4) (2023-11-09) ### Miscellaneous Chores * **renovate:** update renovate config to use defaults ([#9](https://github.com/miracum/obds-to-fhir/issues/9)) ([4534aa0](https://github.com/miracum/obds-to-fhir/commit/4534aa006f017691f9c0586e786760333bcda102)) --- 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 5635bbae..5d96db31 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'org.miracum.streams.ume' -version = '2.0.3' +version = '2.0.4' sourceCompatibility = '17' targetCompatibility = '17' diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index a2de98bb..27c3c8da 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ app: - version: 2.0.3 + version: 2.0.4 enableCheckDigitConv: ${CHECK_DIGIT_CONVERSION:false} fhir: