diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ca9c8b..b17ca25c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 1.2.7 + +- Upgrade dependencies + ## 1.2.6 - Build with go 1.22 diff --git a/package.json b/package.json index 9809aba7..f815a911 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-google-sheets-datasource", - "version": "1.2.6", + "version": "1.2.7", "description": "Load data from google sheets in grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",