Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlepp committed Dec 9, 2021
1 parent 7af303a commit 6409710
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## 1.0.0 (Unreleased)
## 0.9.0

Initial release.
Initial Beta release.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

The ClickHouse data source plugin allows you to query and visualize ClickHouse data from within Grafana.

# Beta
This plugin is currently in Beta development and subject to change.

## Requirements

The ClickHouse data source has the following requirements:
Expand Down
5 changes: 4 additions & 1 deletion docs/sources/_index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
title: ClickHouse data source for Grafana
version: 0.0
version: 0.9.0
---
# ClickHouse data source for Grafana

The ClickHouse data source plugin allows you to query and visualize ClickHouse data from within Grafana.

# Beta
This plugin is currently in Beta development and subject to change.

## Requirements

The ClickHouse data source has the following requirements:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simple-datasource-backend",
"version": "1.0.0",
"description": "Grafana Data Source Backend Plugin Template",
"name": "clickhouse-datasource",
"version": "0.9.0",
"description": "Clickhouse Datasource",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
Expand Down

0 comments on commit 6409710

Please sign in to comment.