Skip to content

Commit 7f8cfc9

Browse files
authored
prepare release 1.3.12 (#408)
1 parent ecf6af5 commit 7f8cfc9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v1.3.12 - 2024-02-14
4+
5+
- ⚙️ **Chore**: Maintenance
6+
7+
## v1.3.11 - 2024-02-14
8+
9+
- 🛡️ **Security**: Add more robust URL handling, do not allow '/../' in the URL, only allow GET and POST methods ( CVE-2023-5123 )
10+
311
## v1.3.10 - 2023-12-20
412

513
- ⚙️ **Docs**: Documentation website moved from [github pages](https://grafana.github.io/grafana-json-datasource) to [grafana.com/docs/plugins](https://grafana.com/docs/plugins/marcusolsson-json-datasource/latest/) page

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-json-datasource",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"description": "A data source plugin for loading JSON APIs into Grafana",
55
"keywords": [
66
"grafana",

0 commit comments

Comments
 (0)