diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cfc516..37a3c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 2.13.0 + +- Add PDC support in [#282](https://github.com/grafana/x-ray-datasource/pull/282) +- Replace @grafana/experimental with @grafana/plugin-ui in [#292](https://github.com/grafana/x-ray-datasource/pull/292) + ## 2.12.0 - Bump the all-node-dependencies group with 19 updates in [#289](https://github.com/grafana/x-ray-datasource/pull/289) diff --git a/package.json b/package.json index fbb4305..66e408b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-x-ray-datasource", - "version": "2.12.0", + "version": "2.13.0", "description": "AWS X-Ray data source", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",