diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e23a4f..eb5abf7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.3" + ".": "0.6.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ed84ab7..6a7d258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.6.3...0.6.4) (2025-08-08) + + +### Bug Fixes + +* waypoint conversion issue while using placeId ([#439](https://github.com/googlemaps/flutter-navigation-sdk/issues/439)) ([9280761](https://github.com/googlemaps/flutter-navigation-sdk/commit/9280761ee7fd927677e65ee9b6d446e89929dca2)) + ## [0.6.3](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.6.2...0.6.3) (2025-08-05) diff --git a/pubspec.yaml b/pubspec.yaml index 2501539..4934894 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.3 +version: 0.6.4 environment: sdk: ^3.7.0