diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d251c..751a5d2 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] +## [0.1.1] - 2022-08-12 + ### 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-materialize-datasource/compare/v0.1.0...HEAD +[unreleased]: https://github.com/sd2k/grafana-materialize-datasource/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/sd2k/grafana-materialize-datasource/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/sd2k/grafana-materialize-datasource/tag/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 4adcf0f..5829916 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -383,7 +383,7 @@ dependencies = [ [[package]] name = "grafana-materialize-datasource" -version = "0.1.0" +version = "0.1.1" dependencies = [ "base64", "bytes", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index f1c594b..3537a09 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grafana-materialize-datasource" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT/Apache-2.0" authors = [ diff --git a/package.json b/package.json index 92baccc..ae72ac8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsull-materialize-datasource", - "version": "0.1.0", + "version": "0.1.1", "description": "Materialize datasource for Grafana", "scripts": { "build": "grafana-toolkit plugin:build",