Skip to content

Commit ab82e89

Browse files
authored
Bump version for release (#449)
1 parent 586d51f commit ab82e89

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ release (0.9.0), unrecognized arguments/keywords for these methods of creating a
1717
instead of being passed as ClickHouse server settings. This is in conjunction with some refactoring in Client construction.
1818
The supported method of passing ClickHouse server settings is to prefix such arguments/query parameters with`ch_`.
1919

20+
## 0.8.13, 2025-01-07
21+
### Bug Fix
22+
- Fix missing default for new access_token parameter. Thanks to [Lukas Thaler](https://github.com/lukasthalerINNIO) for the PR.
23+
2024
## 0.8.12, 2025-01-06
2125
### Improvement
2226
- Added support for JWT authentication (ClickHouse Cloud feature).

clickhouse_connect/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.8.12'
1+
version = '0.8.13'

0 commit comments

Comments
 (0)