Skip to content

Commit

Permalink
Release v4.0.5 (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelisc authored Apr 5, 2024
1 parent 6c36d91 commit fe4bc35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## 4.0.5

### Fixes

- Fixed converter regex for `Nullable(IP)` and `Nullable(String)`. It won't match to `Array(Nullable(IP))` or `Array(Nullable(String))` any more. (#783)
- Updated `grafana-plugin-sdk-go` to fix a PDC issue. More details [here](https://github.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.217.0) (#790)

## 4.0.4

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clickhouse-datasource",
"version": "4.0.4",
"version": "4.0.5",
"description": "Clickhouse Datasource",
"engines": {
"node": ">=16"
Expand Down

0 comments on commit fe4bc35

Please sign in to comment.