diff options
| author | pcvolkmer-release-bot[bot] | 2026-03-16 14:20:39 +0100 |
|---|---|---|
| committer | GitHub | 2026-03-16 14:20:39 +0100 |
| commit | e54ff7be8204e8643d3aab2b91d2d2c1eb50c2d1 (patch) | |
| tree | 40252044d78c50bfa6e9572374d4be4ee27b27e9 | |
| parent | ff1bed3ac40e253e7b450fc71793ff9e87e7cb89 (diff) | |
chore(master): release 2.1.1 (#255)v2.1.1
Co-authored-by: Paul-Christian Volkmer <code@pcvolkmer.de>
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
| -rw-r--r-- | .release-please-manifest.json | 2 | ||||
| -rw-r--r-- | CHANGELOG.md | 13 | ||||
| -rw-r--r-- | pom.xml | 2 |
3 files changed, 15 insertions, 2 deletions
diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 969d3db..48fbed9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d505428..a963bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.1](https://github.com/pcvolkmer/onkostar-plugin-dnpm/compare/v2.1.0...v2.1.1) (2026-03-16) + + +### Features + +* add methods to collect lastest ATC codes ([#251](https://github.com/pcvolkmer/onkostar-plugin-dnpm/issues/251)) ([bfeebba](https://github.com/pcvolkmer/onkostar-plugin-dnpm/commit/bfeebbab67eeda34acf8ceef6bf2cb7c583f1f4a)) +* add plausibility rules for consent form ([#253](https://github.com/pcvolkmer/onkostar-plugin-dnpm/issues/253)) ([ff1bed3](https://github.com/pcvolkmer/onkostar-plugin-dnpm/commit/ff1bed3ac40e253e7b450fc71793ff9e87e7cb89)) + + +### Miscellaneous Chores + +* release 2.1.1 ([9829e71](https://github.com/pcvolkmer/onkostar-plugin-dnpm/commit/9829e713c8e3c310c40236c8a2421d8679fe8e2a)) + ## [2.1.0](https://github.com/pcvolkmer/onkostar-plugin-dnpm/compare/v2.0.0...v2.1.0) (2026-02-05) @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>DNPMHelper</groupId> <artifactId>DNPMHelper</artifactId> - <version>2.1.0</version> + <version>2.1.1</version> <name>DNPMHelper</name> <properties> |
