diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c57e7..b874c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## v2.1.0 + +- Bump @grafana dependencies and React to 18 + ## v2.0.0 - Auth: Refactoring and renaming some inputs so this can be a breaking change diff --git a/package.json b/package.json index dcbdc15..5a27f07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/experimental", - "version": "2.0.0", + "version": "2.1.0", "description": "Experimental Grafana components and APIs", "main": "./dist/index.js", "types": "./dist/index.d.ts",