diff --git a/.changeset/few-seahorses-swim.md b/.changeset/few-seahorses-swim.md deleted file mode 100644 index ef8b8e4b2..000000000 --- a/.changeset/few-seahorses-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-infinity-datasource': patch ---- - -Build and publish pipelines uses latest go lang version `1.23.5` which includes security fixes to the `crypto/x509` and `net/http` packages ( CVE-2024-45341 and CVE-2024-45336 ). More details can be found [here](https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31bbfcfa8..d06c6bb68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.12.2 + +### Patch Changes + +🐛 Build and publish pipelines uses latest go lang version `1.23.5` which includes security fixes to the `crypto/x509` and `net/http` packages ( CVE-2024-45341 and CVE-2024-45336 ). More details can be found [here](https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI) + +🐛 **Bug fix**: Fixed error source for invalid queries + +⚙️ **Chore**: Updated backend plugin SDK `github.com/grafana/grafana-plugin-sdk-go` from `0.261.0` to `0.263.0` + ## 2.12.1 ⚙️ **Chore**: Updated `cross-spawn` to `7.0.6` diff --git a/package.json b/package.json index b41b15267..d815531eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-infinity-datasource", - "version": "2.12.1", + "version": "2.12.2", "description": "JSON, CSV, XML, GraphQL, HTML and REST API datasource for Grafana. Do infinite things with Grafana. Transform data with UQL/GROQ. Visualize data from many apis, RSS/ATOM feeds directly", "keywords": [ "grafana",