We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd52445 commit 05f501eCopy full SHA for 05f501e
CHANGELOG.md
@@ -1,9 +1,16 @@
1
# Changelog
2
3
-## 2.1.0 (not released yet)
+## 2.2.0 (not released yet)
4
+
5
+## 2.1.0
6
+⚠️ Renaming the timeseries column may introduce a breaking change when using overrides.
7
8
+### 🐞 Bug Fixes
9
+- Removed duplicate label in time series column names.
10
11
### 🔨 Changed
12
- Upgrade gosnowflake to version v1.13.2.
13
+- Upgrade grafana-plugin-sdk-go to version v0.274.0.
14
- Upgrade js dependencies.
15
16
## 2.0.0
package.json
@@ -1,6 +1,6 @@
{
"name": "michelin-snowflake-datasource",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "Data source for Snowflake",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
0 commit comments