diff --git a/CHANGELOG.md b/CHANGELOG.md index 35282038..bb132686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Changelog +## Unreleased + +## 4.5.1 + +### Fixes + +- Dependency updates + ## 4.5.0 -## Features +### Features - Implemented log context for log queries - Added configuration options for log context columns diff --git a/package.json b/package.json index 461e6c67..64216d55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clickhouse-datasource", - "version": "4.5.0", + "version": "4.5.1", "description": "Clickhouse Datasource", "engines": { "node": ">=20"