diff --git a/.changeset/smart-pears-change.md b/.changeset/smart-pears-change.md deleted file mode 100644 index 8408002..0000000 --- a/.changeset/smart-pears-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Fix: TLS handshake timeout issues by disabling post-quantum key exchange mechanism in go diff --git a/CHANGELOG.md b/CHANGELOG.md index 486b2e8..43dc510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 5.0.4 + +🐛 Fix: TLS handshake timeout issues by disabling post-quantum key exchange mechanism in go + ## 5.0.3 🐛 Security: Update golang.org/x/net from v0.35.0 to v0.37.0 diff --git a/package.json b/package.json index 0ade14b..db17b43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-zabbix", - "version": "5.0.3", + "version": "5.0.4", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "bugs": {