diff --git a/CHANGELOG.md b/CHANGELOG.md index d77352c..45da8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,4 +16,7 @@ * (web) empty heatmap tiles are now transparent not black [0.0.4+1] - 2023/07/14 -* correct offset when rendering each heatmap point, centering the heatmap image on the point \ No newline at end of file +* 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 diff --git a/pubspec.yaml b/pubspec.yaml index fbb47fc..adaa7f4 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+1 +version: 0.0.4+2 environment: sdk: ">=2.17.0 <4.0.0"