From b45675239e054f74c176b0238c621186d622e617 Mon Sep 17 00:00:00 2001 From: Isabella Siu Date: Fri, 21 Jun 2024 09:15:03 -0400 Subject: [PATCH] prepare release v1.22.0 (#331) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44862f1b..bf5b73b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 1.22.0 + +- Update to use GetSessionWithAuthSettings [#330](https://github.com/grafana/iot-sitewise-datasource/pull/330) + ## 1.21.0 - Refactor Paginator [#313](https://github.com/grafana/iot-sitewise-datasource/pull/313) diff --git a/package.json b/package.json index 4308fb8d..caba1135 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-iot-sitewise-datasource", - "version": "1.21.0", + "version": "1.22.0", "description": "View IoT Sitewise data in grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",