Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac committed Jul 19, 2024
1 parent 8372dcb commit d09adb7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ and this project adheres to
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## 0.1.4

## Changed

- Enclose variables and column names in quotes in the generated SQL [#107](https://github.com/questdb/grafana-questdb-datasource/pull/107)
- Add VARCHAR type [#107](https://github.com/questdb/grafana-questdb-datasource/pull/107)
- Update docker-compose yaml to use QuestDB 8.0.3 [#107](https://github.com/questdb/grafana-questdb-datasource/pull/107)

## 0.1.3

## Changed
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- grafana

questdb:
image: 'questdb/questdb:8.0.1'
image: 'questdb/questdb:8.0.3'
container_name: 'grafana-questdb-server'
ports:
- '8812:8812'
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": "questdb-questdb-datasource",
"version": "0.1.3",
"version": "0.1.4",
"description": "QuestDB Datasource for Grafana",
"engines": {
"node": ">=18"
Expand Down

0 comments on commit d09adb7

Please sign in to comment.