diff --git a/CHANGELOG.md b/CHANGELOG.md index eddb0b135..8920dd1ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,21 @@ # Changelog -## (next) +## 4.11.2 + +### Features + +- Second part of redesigned ClickHouse config page (behind newClickhouseConfigPageDesign) (#1387) ### Fixes -- Improved error classification to mark all ClickHouse errors as downstream errors, including errors wrapped in HTTP response bodies and multi-error chains +- Improved error classification to mark all ClickHouse errors as downstream errors, including errors wrapped in HTTP response bodies and multi-error chains (#1405) +- Dependency updates ## 4.11.1 ### Fixes -- All Clickhouse errors are marked as downstream errors for Grafana +- All Clickhouse errors are marked as downstream errors for Grafana (#1378) ## 4.11.0 diff --git a/package.json b/package.json index 799de835b..15c8b53c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clickhouse-datasource", - "version": "4.11.1", + "version": "4.11.2", "description": "Clickhouse Datasource", "engines": { "node": ">=20"