diff --git a/CHANGELOG.md b/CHANGELOG.md index b261ef3..7295068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.6.23 - 2025-02-07 + +- Update documentation about the deprecation + ## v0.6.22 - 2025-01-17 - 🛡️ **Security**: `golang.org/x/net` from 0.30.0 to 0.33.0 diff --git a/package.json b/package.json index c6d089a..94a5a6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-csv-datasource", - "version": "0.6.22", + "version": "0.6.23", "description": "A Grafana data source for loading CSV data", "keywords": [ "grafana", diff --git a/src/README.md b/src/README.md index 6f34f33..bc8414f 100644 --- a/src/README.md +++ b/src/README.md @@ -1,6 +1,6 @@ # CSV data source for Grafana -## (NOTE: this plugin is now in maintenance mode, no new features will be added. We recommend using the [Infinity data source plugin](https://grafana.com/grafana/plugins/yesoreyeram-infinity-datasource/) instead) +## (NOTE: this plugin is now in maintenance mode, no new features will be added. We recommend using the [Infinity data source plugin](https://grafana.com/grafana/plugins/yesoreyeram-infinity-datasource/) instead. If you want to get started quickly with CSV and Grafana, please read [How to Visualize CSV Data with Grafana](https://grafana.com/blog/2025/02/05/how-to-visualize-csv-data-with-grafana/), which uses the recommended approach.) The Grafana CSV Datasource plugin is designed to load CSV data into Grafana, expanding your capabilities to visualize and analyze data stored in CSV (Comma-Separated Values) format. Whether you have log files, historical data, or other datasets in CSV format, this plugin streamlines the process of integrating this data into your Grafana dashboards.