Skip to content

Commit

Permalink
chore(release): 2.3.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.0-beta.1](v2.2.1...v2.3.0-beta.1) (2024-10-24)

### Features

* first draft condition mapper ([#136](#136)) ([0e363e3](0e363e3))

### Bug Fixes

* mapping exception in connect record id field if it's not an integer ([#134](#134)) ([a3f9d1e](a3f9d1e))

### Miscellaneous Chores

* added dummy mapper classes and snapshot tests ([#133](#133)) ([d81dfda](d81dfda))
* added obds v3 skaffolding to beta ([#132](#132)) ([f805b2b](f805b2b)), closes [#101](#101)
* **deps:** update docker.io/gvenzl/oracle-free:23.5-slim-faststart docker digest to 9c0f4d5 ([#112](#112)) ([9db2691](9db2691))
* **deps:** update gcr.io/distroless/java21-debian12:nonroot docker digest to 2985410 ([#113](#113)) ([e338f6b](e338f6b))
* **deps:** update github-actions ([#114](#114)) ([59d30c7](59d30c7))
* **deps:** update github-actions ([#137](#137)) ([63fe5cc](63fe5cc))

### CI/CD

* release only on master or workflow_dispatch ([#135](#135)) ([e70141a](e70141a))
  • Loading branch information
semantic-release-bot committed Oct 24, 2024
1 parent 02b3230 commit 5353935
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.2.1'
version = '2.3.0-beta.1'
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.2.1
version: 2.3.0-beta.1
enableCheckDigitConv: ${CHECK_DIGIT_CONVERSION:false}
patient-id-pattern: "[^0]\\d{8}"

Expand Down

0 comments on commit 5353935

Please sign in to comment.