diff --git a/CHANGELOG.md b/CHANGELOG.md index 383a261..3d4f455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.0.0 +- Rewrite in React +- Add option to provide a custom tile URL template + ## 2.1.4 - Fix broken license link and update required Grafana version diff --git a/package.json b/package.json index 6b7a2f7..ed8e06d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-trackmap-panel", - "version": "2.1.4", + "version": "3.0.0", "description": "A plugin for Grafana that visualizes GPS points as a line on an interactive map", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",