From b7613a4bdf9b25c956f8002cbf185c3b130b3111 Mon Sep 17 00:00:00 2001 From: pcvolkmer-release-bot[bot] Date: Fri, 28 Nov 2025 12:36:46 +0100 Subject: chore(master): release 0.12.2 (#202) Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>--- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ build.gradle.kts | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d5158b..93e8660 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.1" + ".": "0.12.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ccb76fc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [0.12.2](https://github.com/pcvolkmer/mv64e-etl-processor/compare/v0.12.1...v0.12.2) (2025-11-28) + + +### Features + +* add alternative endpoints for request ([#196](https://github.com/pcvolkmer/mv64e-etl-processor/issues/196)) ([2f8ccf3](https://github.com/pcvolkmer/mv64e-etl-processor/commit/2f8ccf33d108537ea7cfe398085a25a7bc926406)) + + +### Bug Fixes + +* fix possible NPE for MSI patient refs ([70ff8e9](https://github.com/pcvolkmer/mv64e-etl-processor/commit/70ff8e925aa79623bac043c77d5da71f209058d9)) +* fix possible NPE for MSI patient refs ([#194](https://github.com/pcvolkmer/mv64e-etl-processor/issues/194)) ([ab2c0a3](https://github.com/pcvolkmer/mv64e-etl-processor/commit/ab2c0a3cec3cd8ed04de90ac74cb4bfdbaa010e5)) +* possible NPE for MSI anonymization ([e2b1763](https://github.com/pcvolkmer/mv64e-etl-processor/commit/e2b1763da105dd913bdf12945cdd7d05a7ca9f47)) +* possible NPE for MSI anonymization ([#195](https://github.com/pcvolkmer/mv64e-etl-processor/issues/195)) ([86fc3e3](https://github.com/pcvolkmer/mv64e-etl-processor/commit/86fc3e361c9c5e290319a0c049ef0c6c0a0764ad)) diff --git a/build.gradle.kts b/build.gradle.kts index befc0db..d101b4f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ plugins { } group = "dev.dnpm" -version = "0.13.0-SNAPSHOT" // x-release-please-version +version = "0.12.2" // x-release-please-version var versions = mapOf( "mtb-dto" to "0.1.1", -- cgit v1.2.3