summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpcvolkmer-release-bot[bot]2026-02-05 08:36:33 +0100
committerGitHub2026-02-05 08:36:33 +0100
commit1b006d43d181f09a03f8df7c9fdbf0213835fdbf (patch)
treef73c8ece05e9bb4d717675a643c54536d3448667
parent4ea880fb827156c6312455e7e6bca04c5a67fd8e (diff)
chore(master): release 2.1.0 (#245)v2.1.0
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
-rw-r--r--.release-please-manifest.json2
-rw-r--r--CHANGELOG.md30
-rw-r--r--pom.xml2
3 files changed, 32 insertions, 2 deletions
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 895bf0e..969d3db 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.0.0"
+ ".": "2.1.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..d505428
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,30 @@
+# Changelog
+
+## [2.1.0](https://github.com/pcvolkmer/onkostar-plugin-dnpm/compare/v2.0.0...v2.1.0) (2026-02-05)
+
+
+### Features
+
+* add form field for follow-up last contact date ([#241](https://github.com/pcvolkmer/onkostar-plugin-dnpm/issues/241)) ([1915c2c](https://github.com/pcvolkmer/onkostar-plugin-dnpm/commit/1915c2c506a5bc755e11be9709cedc58d2caa4e2))
+* add reason for missing broad consent ([#238](https://github.com/pcvolkmer/onkostar-plugin-dnpm/issues/238)) ([10b8138](https://github.com/pcvolkmer/onkostar-plugin-dnpm/commit/10b813895a0abb2c0642941b3b14ce3d5554570b))
+* hide deprecated and empty form fields ([#236](https://github.com/pcvolkmer/onkostar-plugin-dnpm/issues/236)) ([eeac512](https://github.com/pcvolkmer/onkostar-plugin-dnpm/commit/eeac512be5d79a0a789c6b58a9a0e4d0ea95dea7))
+* make form field "Umsetzungsart" read-only ([#242](https://github.com/pcvolkmer/onkostar-plugin-dnpm/issues/242)) ([d60d732](https://github.com/pcvolkmer/onkostar-plugin-dnpm/commit/d60d7323ad74d148971494dd25c457e9b86d5810))
+* show recommendation type and medication ([#237](https://github.com/pcvolkmer/onkostar-plugin-dnpm/issues/237)) ([5c9e886](https://github.com/pcvolkmer/onkostar-plugin-dnpm/commit/5c9e886b78c49fb9305754a8ddc29cfc2e411b51))
+* summary text from selected MTB ([#232](https://github.com/pcvolkmer/onkostar-plugin-dnpm/issues/232)) ([4bbc0e1](https://github.com/pcvolkmer/onkostar-plugin-dnpm/commit/4bbc0e1e61ac451d1153d433358a9cef4831a740))
+* systemic therapy recommendations should contain agents ([#233](https://github.com/pcvolkmer/onkostar-plugin-dnpm/issues/233)) ([220eae6](https://github.com/pcvolkmer/onkostar-plugin-dnpm/commit/220eae650564d626dcd85b00c141874f7cdb20f1))
+* use same edition for T, N and M ([#239](https://github.com/pcvolkmer/onkostar-plugin-dnpm/issues/239)) ([b9d482e](https://github.com/pcvolkmer/onkostar-plugin-dnpm/commit/b9d482e4ef3d253a44f17f9fe237fa241573922a))
+
+
+### Bug Fixes
+
+* remove form field view filter ([#244](https://github.com/pcvolkmer/onkostar-plugin-dnpm/issues/244)) ([383b902](https://github.com/pcvolkmer/onkostar-plugin-dnpm/commit/383b90201a1e7770770f4109cfce19e38fe57260))
+
+
+### Documentation
+
+* new default value for 'mehrere_mtb_in_mtbepisode' ([d88873f](https://github.com/pcvolkmer/onkostar-plugin-dnpm/commit/d88873f77a57633f3b2d988be3a77c477eb05634))
+
+
+### Miscellaneous Chores
+
+* release 2.1.0 ([4ea880f](https://github.com/pcvolkmer/onkostar-plugin-dnpm/commit/4ea880fb827156c6312455e7e6bca04c5a67fd8e))
diff --git a/pom.xml b/pom.xml
index 7d6596d..a48686f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>DNPMHelper</groupId>
<artifactId>DNPMHelper</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.1.0</version>
<name>DNPMHelper</name>
<properties>