From 8abc49c7fc475787b0b752f5d05af55e0e64a8cd Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Thu, 20 Nov 2025 09:26:21 +0000 Subject: [PATCH] chore(main): release 0.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ pubspec.yaml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5b530ee1..e7ca6139 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.5" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 90396bda..4964a53f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.7.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.6.5...0.7.0) (2025-11-20) + + +### ⚠ BREAKING CHANGES + +* native state issues on Android when multiple engines are used ([#525](https://github.com/googlemaps/flutter-navigation-sdk/issues/525)) + +### Features + +* add interface for listening new navigation sessions ([#530](https://github.com/googlemaps/flutter-navigation-sdk/issues/530)) ([6128cc6](https://github.com/googlemaps/flutter-navigation-sdk/commit/6128cc69e40b8d218e4a79927294452e4bbbbd6c)) + + +### Bug Fixes + +* native state issues on Android when multiple engines are used ([#525](https://github.com/googlemaps/flutter-navigation-sdk/issues/525)) ([cb7d61e](https://github.com/googlemaps/flutter-navigation-sdk/commit/cb7d61e29da29e2cc873a4b514dcad2a1e0e1045)) + ## [0.6.5](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.6.4...0.6.5) (2025-10-14) diff --git a/pubspec.yaml b/pubspec.yaml index 9d345fed..5c34f898 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ name: google_navigation_flutter description: A plugin for adding Google Navigation widget to Flutter apps targeting Android and iOS repository: https://github.com/googlemaps/flutter-navigation-sdk issue_tracker: https://github.com/googlemaps/flutter-navigation-sdk/issues -version: 0.6.5 +version: 0.7.0 environment: sdk: ^3.7.0