From 3a769f2d0618cf28f44ce3d11abb4cc236767712 Mon Sep 17 00:00:00 2001 From: rozetko Date: Thu, 2 Nov 2023 13:45:19 +0300 Subject: [PATCH] bump version to 1.7.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f88a30..70c74ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.7.1] - 2023-11-02 + +#### Fixed + +- "No root app page component found" error [#82](https://github.com/kentik/kentik-grafana-app/pull/82) + ## [1.7.0] - 2023-06-27 **Please note, the release contains breaking changes.** diff --git a/package.json b/package.json index ab15399..ec18112 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kentik-connect-app", "private": false, - "version": "1.7.0", + "version": "1.7.1", "description": "Kentik Connect for Grafana allows you to quickly and easily enhance your visibility into your network traffic.", "scripts": { "build": "grafana-toolkit plugin:build",