Skip to content

Commit

Permalink
chore(release): 3.12.8 [skip ci]
Browse files Browse the repository at this point in the history
## [3.12.8](v3.12.7...v3.12.8) (2024-01-30)

### Bug Fixes

* **deps:** update dependency org.springframework.cloud:spring-cloud-dependencies to v2023 ([#106](#106)) ([621ef63](621ef63))
* expose producer `max.request.size` as an extra env var ([#114](#114)) ([d1c5418](d1c5418))

### Documentation

* added section on running without database persistence ([#104](#104)) ([bda3983](bda3983))

### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#102](#102)) ([610ce1d](610ce1d))
* **deps:** update all non-major dependencies ([#109](#109)) ([a31123a](a31123a))
* **deps:** update docker.io/bitnami/kafka:3.6.1 docker digest to 80dfb40 ([#113](#113)) ([a8d74c6](a8d74c6))
* **deps:** update docker.io/curlimages/curl:8.5.0 docker digest to 08e4660 ([#112](#112)) ([87d82d6](87d82d6))
* **deps:** update docker.io/library/gradle:8.5.0-jdk21 docker digest to d64047f ([#111](#111)) ([8b1f147](8b1f147))
* **deps:** update docker.io/library/postgres:16.1 docker digest to 49c276f ([#108](#108)) ([6c86b2e](6c86b2e))
* **deps:** update docker.io/library/postgres:16.1 docker digest to bb4e685 ([#107](#107)) ([5444c8c](5444c8c))
* **deps:** update github-actions (major) ([#105](#105)) ([c26b93d](c26b93d))
* **deps:** update miracum/.github action to v1.5.3 ([#103](#103)) ([7c32a30](7c32a30))
  • Loading branch information
semantic-release-bot committed Jan 30, 2024
1 parent d1c5418 commit 60d93e6
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 @@ -7,7 +7,7 @@ plugins {
}

group = "org.miracum.etl"
version = "3.12.7"
version = "3.12.8"
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
Expand Up @@ -110,7 +110,7 @@ fhir:
loinc: "http://loinc.org"

app:
version: 3.12.7
version: 3.12.8

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

0 comments on commit 60d93e6

Please sign in to comment.