diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f787b..6d8ef03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 6.0.0 - 2023-10-31 🎃 +- **[BREAKING]** Upgrade `flutter_map` to `^6.0.0`. + ## 5.0.0 - 2023-06-05 - **[BREAKING]** Upgrade `flutter_map` to `^5.0.0`. *Thanks [@azaderdogan](https://github.com/azaderdogan) and [@JaffaKetchup](https://github.com/JaffaKetchup) 👏* diff --git a/README.md b/README.md index e40e528..e4a2873 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add [`flutter_map`](https://github.com/johnpryan/flutter_map) and `flutter_map_t ```yaml dependencies: - flutter_map: ^5.0.0 + flutter_map: ^6.0.1 flutter_map_tappable_polyline: any # take latest version on Pub ``` diff --git a/pubspec.yaml b/pubspec.yaml index c256cf7..3db5a9a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_map_tappable_polyline description: A flutter_map plugin that adds Polyline class with onTap event -version: 5.0.0 +version: 6.0.0 homepage: https://github.com/OwnWeb/flutter_map_tappable_polyline environment: