diff --git a/CHANGELOG.md b/CHANGELOG.md index 106b7259e31..8934d02eddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,17 @@ # Changelog -## [v0.0.28](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.28) (2024-11-21) +## [v0.0.29](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.29) (2024-11-26) -[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.27...v0.0.28) +[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.28...v0.0.29) **Merged pull requests:** +- Add default local name and remote path [\#306](https://github.com/viamrobotics/viam-flutter-sdk/pull/306) ([njooma](https://github.com/njooma)) +- Reset stream in camera\_stream if camera changes [\#305](https://github.com/viamrobotics/viam-flutter-sdk/pull/305) ([kevin49999](https://github.com/kevin49999)) +- Update how streams are re-added [\#304](https://github.com/viamrobotics/viam-flutter-sdk/pull/304) ([njooma](https://github.com/njooma)) +- v0.0.28 [\#303](https://github.com/viamrobotics/viam-flutter-sdk/pull/303) ([github-actions[bot]](https://github.com/apps/github-actions)) - \[hotfix\] resource names [\#302](https://github.com/viamrobotics/viam-flutter-sdk/pull/302) ([njooma](https://github.com/njooma)) +- Automated Protos Update [\#301](https://github.com/viamrobotics/viam-flutter-sdk/pull/301) ([github-actions[bot]](https://github.com/apps/github-actions)) - Automated Protos Update [\#300](https://github.com/viamrobotics/viam-flutter-sdk/pull/300) ([github-actions[bot]](https://github.com/apps/github-actions)) - \[RSDK-9281\] Add native type return to Flutter SDK DiscoverComponents [\#299](https://github.com/viamrobotics/viam-flutter-sdk/pull/299) ([hexbabe](https://github.com/hexbabe)) - v0.0.27 [\#298](https://github.com/viamrobotics/viam-flutter-sdk/pull/298) ([github-actions[bot]](https://github.com/apps/github-actions)) @@ -25,6 +30,10 @@ - Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma)) - Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions)) +## [v0.0.28](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.28) (2024-11-21) + +[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.27...v0.0.28) + ## [v0.0.27](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.27) (2024-11-13) [Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.26...v0.0.27) diff --git a/lib/src/utils.dart b/lib/src/utils.dart index a2a308136ac..2c135e4a5c6 100644 --- a/lib/src/utils.dart +++ b/lib/src/utils.dart @@ -116,7 +116,7 @@ extension GetReadingsResponseUtils on GetReadingsResponse { } String getVersionMetadata() { - const String sdkVersion = 'v0.0.28'; + const String sdkVersion = 'v0.0.29'; const String apiTag = 'v0.1.367'; return 'flutter;$sdkVersion;$apiTag'; diff --git a/pubspec.yaml b/pubspec.yaml index 7f740eb07ff..4021819aacf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: viam_sdk description: Viam Robotics Flutter SDK. Connect to your Viam robots using WebRTC or gRPC, and control your robots remotely. -version: 0.0.28 +version: 0.0.29 homepage: https://github.com/viamrobotics/viam-flutter-sdk/ environment: