diff --git a/CHANGELOG.md b/CHANGELOG.md index 783e9e78e7..ce4a4ee969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -## [v0.0.26](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.26) (2024-11-11) +## [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.25...v0.0.26) +[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.26...v0.0.27) **Merged pull requests:** +- Shortcircuit if sessions disabled [\#297](https://github.com/viamrobotics/viam-flutter-sdk/pull/297) ([njooma](https://github.com/njooma)) +- Automated Protos Update [\#295](https://github.com/viamrobotics/viam-flutter-sdk/pull/295) ([github-actions[bot]](https://github.com/apps/github-actions)) +- Convert sensor reading values to types [\#294](https://github.com/viamrobotics/viam-flutter-sdk/pull/294) ([njooma](https://github.com/njooma)) +- v0.0.26 [\#293](https://github.com/viamrobotics/viam-flutter-sdk/pull/293) ([github-actions[bot]](https://github.com/apps/github-actions)) - Automated Protos Update [\#292](https://github.com/viamrobotics/viam-flutter-sdk/pull/292) ([github-actions[bot]](https://github.com/apps/github-actions)) - Automated Protos Update [\#291](https://github.com/viamrobotics/viam-flutter-sdk/pull/291) ([github-actions[bot]](https://github.com/apps/github-actions)) - Automated Protos Update [\#290](https://github.com/viamrobotics/viam-flutter-sdk/pull/290) ([github-actions[bot]](https://github.com/apps/github-actions)) @@ -16,6 +20,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.26](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.26) (2024-11-11) + +[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.25...v0.0.26) + ## [v0.0.25](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.25) (2024-11-04) [Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.24...v0.0.25) diff --git a/lib/src/utils.dart b/lib/src/utils.dart index 1fe99cd727..a76b80d4ed 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.26'; + const String sdkVersion = 'v0.0.27'; const String apiTag = 'v0.1.361'; return 'flutter;$sdkVersion;$apiTag'; diff --git a/pubspec.yaml b/pubspec.yaml index caedcc632f..f65e1acc9d 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.26 +version: 0.0.27 homepage: https://github.com/viamrobotics/viam-flutter-sdk/ environment: