diff --git a/CHANGELOG.md b/CHANGELOG.md index 45da8be..c4bb61b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,4 +19,7 @@ * correct offset when rendering each heatmap point, centering the heatmap image on the point [0.0.4+2] - 2023/08/02 -* add tileDisplay to override default tile provider behaviour \ No newline at end of file +* add tileDisplay to override default tile provider behaviour + +[0.0.5] - 2023/09/12 +* adds maxZoom param to override TileLayer's default \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index adaa7f4..47e4c9e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_map_heatmap description: A heatmap plugin for flutter_map repository: https://github.com/tprebs/fluttermap_heatmap -version: 0.0.4+2 +version: 0.0.5 environment: sdk: ">=2.17.0 <4.0.0"