diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 317f8c13..a4312371 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"webapp":"0.1.0","das_client":"0.2.0"} +{"webapp":"0.1.0","das_client":"0.2.1"} diff --git a/das_client/CHANGELOG.md b/das_client/CHANGELOG.md index 7038ccdb..9979676c 100644 --- a/das_client/CHANGELOG.md +++ b/das_client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/SchweizerischeBundesbahnen/DAS/compare/das_client-v0.2.0...das_client-v0.2.1) (2024-08-06) + + +### Bug Fixes + +* allow to close fahrbild ([#154](https://github.com/SchweizerischeBundesbahnen/DAS/issues/154)) ([8d2e9ae](https://github.com/SchweizerischeBundesbahnen/DAS/commit/8d2e9aec97dd69414e75feac0812221c489bd9df)) + ## [0.2.0](https://github.com/SchweizerischeBundesbahnen/DAS/compare/das_client-v0.2.0...das_client-v0.1.0) (2024-08-06) diff --git a/das_client/pubspec.yaml b/das_client/pubspec.yaml index 38477614..8ec75c8e 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.0+36 +version: 0.2.1+37 environment: sdk: '>=3.3.0 <4.0.0'