diff --git a/CHANGELOG.md b/CHANGELOG.md index 12ce2b88b4d..486f9be2a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,27 @@ # Changelog -## [v0.11.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.11.0) (2025-10-27) +## [v0.12.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.12.0) (2025-11-17) -[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.10.1...v0.11.0) +[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.11.0...v0.12.0) **Merged pull requests:** +- Bump hotspot provisioning widget version to 0.0.24 [\#452](https://github.com/viamrobotics/viam-flutter-sdk/pull/452) ([jckras](https://github.com/jckras)) +- \[APP-9896\] fix example app for android in flutter sdk [\#451](https://github.com/viamrobotics/viam-flutter-sdk/pull/451) ([martha-johnston](https://github.com/martha-johnston)) +- Bump hotspot provisioning widget version [\#450](https://github.com/viamrobotics/viam-flutter-sdk/pull/450) ([jckras](https://github.com/jckras)) +- AI update based on proto changes [\#448](https://github.com/viamrobotics/viam-flutter-sdk/pull/448) ([viambot](https://github.com/viambot)) +- Automated Protos Update [\#447](https://github.com/viamrobotics/viam-flutter-sdk/pull/447) ([viambot](https://github.com/viambot)) +- \[APP-10023\] Update joint positions when pose changes and vice versa [\#445](https://github.com/viamrobotics/viam-flutter-sdk/pull/445) ([martha-johnston](https://github.com/martha-johnston)) +- Update flutter\_sdk example to include hotspot provisioning widget [\#444](https://github.com/viamrobotics/viam-flutter-sdk/pull/444) ([jckras](https://github.com/jckras)) +- RSDK-12361 - remove location secret code [\#443](https://github.com/viamrobotics/viam-flutter-sdk/pull/443) ([stuqdog](https://github.com/stuqdog)) +- \[APP-9877\] Implement button functionality \(pose\) [\#442](https://github.com/viamrobotics/viam-flutter-sdk/pull/442) ([martha-johnston](https://github.com/martha-johnston)) +- \[APP-9877\] Add pose sliders [\#440](https://github.com/viamrobotics/viam-flutter-sdk/pull/440) ([martha-johnston](https://github.com/martha-johnston)) +- \[APP-9878\] Add joint angles [\#439](https://github.com/viamrobotics/viam-flutter-sdk/pull/439) ([martha-johnston](https://github.com/martha-johnston)) +- v0.11.0 [\#438](https://github.com/viamrobotics/viam-flutter-sdk/pull/438) ([github-actions[bot]](https://github.com/apps/github-actions)) - RSDK-12421 - Remove remote\_path and local\_name [\#437](https://github.com/viamrobotics/viam-flutter-sdk/pull/437) ([cheukt](https://github.com/cheukt)) +- RSDK-12154 RSDK-12155 Audio component wrappers [\#436](https://github.com/viamrobotics/viam-flutter-sdk/pull/436) ([oliviamiller](https://github.com/oliviamiller)) - \[APP-9875\] Add new buttons for linear movement [\#432](https://github.com/viamrobotics/viam-flutter-sdk/pull/432) ([martha-johnston](https://github.com/martha-johnston)) +- Automated Protos Update [\#431](https://github.com/viamrobotics/viam-flutter-sdk/pull/431) ([viambot](https://github.com/viambot)) - v0.10.1 [\#430](https://github.com/viamrobotics/viam-flutter-sdk/pull/430) ([github-actions[bot]](https://github.com/apps/github-actions)) - Handle eos marker for gRPC over WebRTC requests [\#428](https://github.com/viamrobotics/viam-flutter-sdk/pull/428) ([seanavery](https://github.com/seanavery)) - Automated Protos Update [\#427](https://github.com/viamrobotics/viam-flutter-sdk/pull/427) ([viambot](https://github.com/viambot)) @@ -148,6 +162,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.11.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.11.0) (2025-10-27) + +[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.10.1...v0.11.0) + ## [v0.10.1](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.10.1) (2025-10-07) [Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.10.0...v0.10.1) diff --git a/lib/src/utils.dart b/lib/src/utils.dart index 83959d3269d..77f79762a89 100644 --- a/lib/src/utils.dart +++ b/lib/src/utils.dart @@ -118,7 +118,7 @@ extension GetReadingsResponseUtils on GetReadingsResponse { } String getVersionMetadata() { - const String sdkVersion = 'v0.11.0'; + const String sdkVersion = 'v0.12.0'; const String apiTag = 'v0.1.491'; return 'flutter;$sdkVersion;$apiTag'; diff --git a/pubspec.yaml b/pubspec.yaml index e5329cbfb02..be073098778 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.11.0 +version: 0.12.0 homepage: https://github.com/viamrobotics/viam-flutter-sdk/ environment: