diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d3165b..6e79516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] + ### Changed - Loosened requirements on Grafana to allow the plugin to run on any version @@ -16,5 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. -[unreleased]: https://github.com/sd2k/grafana-tokio-console-datasource/compare/v1.0.0...HEAD +[unreleased]: https://github.com/sd2k/grafana-tokio-console-datasource/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/sd2k/grafana-tokio-console-datasource/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/sd2k/grafana-tokio-console-datasource/tag/v1.0.0 diff --git a/Cargo.lock b/Cargo.lock index e0fbc35..7f2e457 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,7 +518,7 @@ dependencies = [ [[package]] name = "grafana-tokio-console-datasource" -version = "0.1.0" +version = "1.0.1" dependencies = [ "async-stream", "bytes", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index cce77f7..58077ab 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grafana-tokio-console-datasource" -version = "0.1.0" +version = "1.0.1" edition = "2021" license = "MIT/Apache-2.0" diff --git a/package.json b/package.json index d70bda3..96c5e9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsull-tokio-console-datasource", - "version": "1.0.0", + "version": "1.0.1", "description": "Tokio Console datasource for Grafana", "scripts": { "build": "grafana-toolkit plugin:build",