Skip to content

Commit

Permalink
chore(release): 3.14.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.14.0](v3.13.2...v3.14.0) (2024-10-28)

### Features

* added option to crypto-hash Kafka message keys ([#173](#173)) ([424d7c2](424d7c2))

### Bug Fixes

* **deps:** update dependency net.logstash.logback:logstash-logback-encoder to v8 ([#172](#172)) ([2529633](2529633))

### Miscellaneous Chores

* added errorprone and addressed complaints ([#175](#175)) ([03e5ed5](03e5ed5))
* **deps:** update docker.io/library/postgres docker tag to v17 ([#171](#171)) ([b701416](b701416))
* **deps:** update gcr.io/distroless/java21-debian12:nonroot docker digest to 1316de1 ([#166](#166)) ([085e67b](085e67b))
* **deps:** update github-actions ([#169](#169)) ([419f3e7](419f3e7))
* **deps:** update github-actions ([#176](#176)) ([3d6bcf6](3d6bcf6))
  • Loading branch information
semantic-release-bot committed Oct 28, 2024
1 parent 3d6bcf6 commit d16d60f
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.etl"
version = "3.13.2"
version = "3.14.0"

java {
toolchain {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ fhir:
loinc: "http://loinc.org"

app:
version: 3.13.2
version: 3.14.0

features:
use-load-balancer-optimized-connection-pool: false

0 comments on commit d16d60f

Please sign in to comment.