diff --git a/CHANGELOG.md b/CHANGELOG.md index 64408e6..8d8e654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.0] - 2024-12-31 + ### Added - Add `JWT` auth option (#656). This is a ClickHouse Cloud feature. diff --git a/package-lock.json b/package-lock.json index 8c01026..a7c663b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sqltools-clickhouse-driver", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sqltools-clickhouse-driver", - "version": "0.8.0", + "version": "0.9.0", "license": "MIT", "dependencies": { "@clickhouse/client": "^1.10.0", diff --git a/package.json b/package.json index 2e73f48..ac53ce6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sqltools-clickhouse-driver", "displayName": "SQLTools ClickHouse Driver", "description": "SQLTools driver for ClickHouse", - "version": "0.8.0", + "version": "0.9.0", "publisher": "ultram4rine", "license": "MIT", "icon": "icon.png",