Skip to content

Commit

Permalink
chore(release): 2.1.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.0-beta.1](v2.0.18...v2.1.0-beta.1) (2024-05-07)

### Features

* added gleason score mapping for OP ([#34](#34)) ([bab787b](bab787b))
* added mapping for PSA ([0e46352](0e46352))
* added mapping for PSA ([dd9d886](dd9d886))
* completed gleason score mapping to include Diagnose and Verlauf Meldungen ([775dda9](775dda9))

### Bug Fixes

* added histologie_zytologie to Meldeanlass ([0e2a176](0e2a176))
* correctly handle more Datum types ([7f09318](7f09318))
* don't overwrite app version in Dockerfile ([13a4bec](13a4bec))
* gleason effectiveDateTime ([503fb92](503fb92))
* groupBy just the patient id ([10144b4](10144b4))
* npe ([aa7762c](aa7762c))
* null handling ([8f24771](8f24771))
* psa loinc code ([db683c4](db683c4))
* set Optional<T> to empty by default ([a714993](a714993))
* use the Patient.id as the output message key for patient resources ([b3dae83](b3dae83))

### CI/CD

* also run k8s test on beta branch ([c47e728](c47e728))
* download image only for PRs ([f2c49eb](f2c49eb))
* fix e2e test on branch pushes ([eb874b1](eb874b1))

### Miscellaneous Chores

* added ckv ignore ([bc71cc6](bc71cc6))
* checkov and codeql ([04e9526](04e9526))
* cleanup around dev setup ([db925c1](db925c1))
* fix dev setup ([fbea9ae](fbea9ae))
* nl snapshot json ([b593744](b593744))
* **release:** 2.1.0-beta.1 [skip ci] ([d77528e](d77528e)), closes [#34](#34) [#34](#34) [#33](#33) [#18](#18) [#34](#34) [#33](#33) [#35](#35) [#33](#33) [#34](#34) [#33](#33) [#35](#35) [#33](#33)
* **release:** 2.1.0-beta.1 [skip ci] ([0b04469](0b04469)), closes [#34](#34) [#33](#33) [#18](#18) [#34](#34) [#33](#33) [#35](#35) [#33](#33)
* **release:** 2.1.0-beta.1 [skip ci] ([66aeda5](66aeda5)), closes [#34](#34) [#33](#33) [#35](#35)
* **release:** 2.1.0-beta.10 [skip ci] ([9721bc7](9721bc7))
* **release:** 2.1.0-beta.11 [skip ci] ([1512dbd](1512dbd)), closes [#33](#33)
* **release:** 2.1.0-beta.12 [skip ci] ([57b80e3](57b80e3))
* **release:** 2.1.0-beta.13 [skip ci] ([3702e5f](3702e5f))
* **release:** 2.1.0-beta.14 [skip ci] ([0df0b74](0df0b74))
* **release:** 2.1.0-beta.2 [skip ci] ([24e2f16](24e2f16))
* **release:** 2.1.0-beta.3 [skip ci] ([ecf5233](ecf5233))
* **release:** 2.1.0-beta.4 [skip ci] ([3e2e331](3e2e331))
* **release:** 2.1.0-beta.5 [skip ci] ([fb2e904](fb2e904))
* **release:** 2.1.0-beta.6 [skip ci] ([5704385](5704385))
* **release:** 2.1.0-beta.7 [skip ci] ([dc82803](dc82803))
* **release:** 2.1.0-beta.8 [skip ci] ([d259643](d259643))
* **release:** 2.1.0-beta.9 [skip ci] ([3042b99](3042b99))
* reset versions to non-beta ([369caf7](369caf7))
* set version to latest ([0851554](0851554))
* updated dev stack ([f2c2903](f2c2903))
* use fixed kafka connect image ([f69520f](f69520f))
* use fixed kafka connect image ([066b431](066b431))
* use oracle free and possibly fix checkov ([e34e625](e34e625))
  • Loading branch information
semantic-release-bot committed May 7, 2024
1 parent 0851554 commit 0adfe85
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.15'
version = '2.1.0-beta.1'
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.15
version: 2.1.0-beta.1
enableCheckDigitConv: ${CHECK_DIGIT_CONVERSION:false}

fhir:
Expand Down

0 comments on commit 0adfe85

Please sign in to comment.