Skip to content

Commit

Permalink
chore(release): 2.1.0-beta.23 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.0-beta.23](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](e815fc1))

### CI/CD

* added code coverage PR and optimize image build ([#42](#42)) ([1832314](1832314))
  • Loading branch information
semantic-release-bot committed May 12, 2024
1 parent e815fc1 commit 15deedd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app:
version: 2.1.0-beta.22
version: 2.1.0-beta.23
enableCheckDigitConv: ${CHECK_DIGIT_CONVERSION:false}

fhir:
Expand Down

0 comments on commit 15deedd

Please sign in to comment.