From 12cbc541a1dd4423b8d183cef2a59ee3c4347132 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Tue, 29 Sep 2020 16:09:33 +0200 Subject: [PATCH] 0.2.0 + readme --- LICENSE | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 57cbbf2..fcf7c91 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 CorpGlory +Copyright (c) 2020 CorpGlory Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 46d7494..b96280e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ User gets a unified interface to all datasources. Library gives single output fo * Influxdb * Graphite * Prometheus -* PostgreSQL / TimescaleDB +* PostgreSQL / TimescaleDB / MySQL * ElasticSearch Please write us at ping@corpglory.com if you want your datasource to be supported: diff --git a/package.json b/package.json index a84b3fc..ef0312f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-datasource-kit", - "version": "0.1.17", + "version": "0.2.0", "description": "", "scripts": { "build": "tsc",