Skip to content

Commit

Permalink
Merge pull request #234 from grafana/zoltan/prepare-1-2-6
Browse files Browse the repository at this point in the history
Prepare 1.2.6 release
  • Loading branch information
zoltanbedi committed Mar 7, 2024
2 parents 3b7ced0 + d37a1b5 commit b1a3cc0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## 1.2.6

- Build with go 1.22
- Configuration help: Add additional instruction to enable Google Sheets API

## 1.2.5

- Upgrade grafana-plugin-sdk-go to latest
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/grafana/google-sheets-datasource

go 1.21
go 1.22

toolchain go1.21.3
toolchain go1.22.1

require (
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-google-sheets-datasource",
"version": "1.2.5",
"version": "1.2.6",
"description": "Load data from google sheets in grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit b1a3cc0

Please sign in to comment.