diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a4312371..6b666814 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"webapp":"0.1.0","das_client":"0.2.1"} +{"webapp":"0.1.0","das_client":"0.2.2"} diff --git a/das_client/CHANGELOG.md b/das_client/CHANGELOG.md index 9979676c..192b039b 100644 --- a/das_client/CHANGELOG.md +++ b/das_client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/SchweizerischeBundesbahnen/DAS/compare/das_client-v0.2.1...das_client-v0.2.2) (2024-09-11) + + +### Bug Fixes + +* **deps:** update dependency junit:junit to v4.13.2 ([#178](https://github.com/SchweizerischeBundesbahnen/DAS/issues/178)) ([4bc903c](https://github.com/SchweizerischeBundesbahnen/DAS/commit/4bc903c1c3fc914d94395e3188d0cdc12781a79e)) + ## [0.2.1](https://github.com/SchweizerischeBundesbahnen/DAS/compare/das_client-v0.2.0...das_client-v0.2.1) (2024-08-06) diff --git a/das_client/pubspec.yaml b/das_client/pubspec.yaml index 6d143546..963530d7 100644 --- a/das_client/pubspec.yaml +++ b/das_client/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.2.1+37 +version: 0.2.2+38 environment: sdk: '>=3.3.0 <4.0.0'