Skip to content

Commit

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

### Features

* added optional gleason score and PSA mapping ([#38](#38)) ([54b491c](54b491c)), closes [#34](#34) [#34](#34) [#33](#33) [#35](#35) [#33](#33) [#34](#34) [#33](#33) [#18](#18) [#34](#34) [#33](#33) [#35](#35) [#33](#33) [#34](#34) [#34](#34) [#33](#33) [#18](#18) [#34](#34) [#33](#33) [#35](#35) [#33](#33) [#34](#34) [#33](#33) [#35](#35) [#33](#33) [#34](#34) [#34](#34) [#34](#34) [#33](#33) [#18](#18) [#34](#34) [#33](#33) [#35](#35) [#33](#33) [#34](#34) [#33](#33) [#35](#35) [#33](#33) [#34](#34) [#33](#33) [#18](#18) [#34](#34) [#33](#33) [#35](#35) [#33](#33) [#34](#34) [#33](#33) [#35](#35) [#33](#33) [#42](#42) [#42](#42) [#26](#26) [#46](#46)

### Bug Fixes

* **deps:** update all non-major dependencies ([#59](#59)) ([3ce6999](3ce6999))
* **deps:** update dependency com.approvaltests:approvaltests to v24 ([#47](#47)) ([e8ec538](e8ec538))
* **deps:** update hapiversion to v7 ([#28](#28)) ([eeea018](eeea018))

### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#26](#26)) ([e35a282](e35a282))
* **deps:** update docker.io/bitnami/kafka:3.7.0 docker digest to 36b1a56 ([#53](#53)) ([72c19bd](72c19bd))
* **deps:** update docker.io/gvenzl/oracle-free:23.3-slim-faststart docker digest to f8faced ([#54](#54)) ([b216744](b216744))
* **deps:** update docker.io/library/debian:12.5-slim docker digest to 67f3931 ([#55](#55)) ([89e36ee](89e36ee))
* **deps:** update docker.io/library/gradle:8.8.0-jdk21 docker digest to 62c8919 ([#56](#56)) ([6bd1fda](6bd1fda))
* **deps:** update gcr.io/distroless/java21-debian12:nonroot docker digest to 5723ccd ([#57](#57)) ([885b9cf](885b9cf))
* **deps:** update github-actions ([#15](#15)) ([7862ddb](7862ddb))
* **deps:** update github-actions ([#46](#46)) ([bcdd826](bcdd826))
* **deps:** update github-actions ([#58](#58)) ([9cd6576](9cd6576))
  • Loading branch information
semantic-release-bot committed Jul 27, 2024
1 parent 3ce6999 commit 5db8328
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.31'
version = '2.1.0'
sourceCompatibility = '21'
targetCompatibility = '21'

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.31
version: 2.1.0
enableCheckDigitConv: ${CHECK_DIGIT_CONVERSION:false}

fhir:
Expand Down

0 comments on commit 5db8328

Please sign in to comment.