Skip to content

Commit 05f501e

Browse files
committed
chore: update changelog for version 2.1.0 and bump package version to 2.1.0
Signed-off-by: Julien Millau <[email protected]>
1 parent bd52445 commit 05f501e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Changelog
22

3-
## 2.1.0 (not released yet)
3+
## 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.
410

511
### 🔨 Changed
612
- Upgrade gosnowflake to version v1.13.2.
13+
- Upgrade grafana-plugin-sdk-go to version v0.274.0.
714
- Upgrade js dependencies.
815

916
## 2.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "michelin-snowflake-datasource",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Data source for Snowflake",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)