Skip to content

Commit 1dff8be

Browse files
committed
Bump package version to 1.3.2
1 parent 1c03dd3 commit 1dff8be

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,40 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v1.3.2
6+
7+
#### Features / Enhancements
8+
9+
- Use ConnectionConfig from grafana-aws-sdk [#73](https://github.com/grafana/x-ray-datasource/pull/73)
10+
- Bump prismjs from 1.21.0 to 1.23.0 [#70](https://github.com/grafana/x-ray-datasource/pull/70)
11+
512
## v1.3.1
13+
614
#### Bug fixes
7-
* Remove usage of non backward compatible API preventing using the 1.3.0 version in Grafana before 7.4.0. [#67](https://github.com/grafana/x-ray-datasource/pull/67)
15+
16+
- Remove usage of non backward compatible API preventing using the 1.3.0 version in Grafana before 7.4.0. [#67](https://github.com/grafana/x-ray-datasource/pull/67)
17+
818
#### Other
9-
* Locks Grafana dependencies on latest stable release preventing compilation fails in CI. [#68](https://github.com/grafana/x-ray-datasource/pull/68)
19+
20+
- Locks Grafana dependencies on latest stable release preventing compilation fails in CI. [#68](https://github.com/grafana/x-ray-datasource/pull/68)
1021

1122
## v1.3.0
23+
1224
#### Features / Enhancements
13-
* Add Service Map query type that allows visualizing service map data in similar way to X-Ray console. [#60](https://github.com/grafana/x-ray-datasource/pull/60)
25+
26+
- Add Service Map query type that allows visualizing service map data in similar way to X-Ray console. [#60](https://github.com/grafana/x-ray-datasource/pull/60)
1427

1528
## v1.2.0
29+
1630
#### Features / Enhancements
17-
* Updates the authentication settings in the plugin config page to include SDK default authentication mechanism and use our Grafana specific auth SDK for AWS. [#59](https://github.com/grafana/x-ray-datasource/pull/59)
31+
32+
- Updates the authentication settings in the plugin config page to include SDK default authentication mechanism and use our Grafana specific auth SDK for AWS. [#59](https://github.com/grafana/x-ray-datasource/pull/59)
1833

1934
## v1.1.0
35+
2036
#### Features / Enhancements
21-
* Add regions selector to the query editor. [#57](https://github.com/grafana/x-ray-datasource/pull/57)
37+
38+
- Add regions selector to the query editor. [#57](https://github.com/grafana/x-ray-datasource/pull/57)
2239

2340
## v1.0.1
2441

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-x-ray-datasource",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "AWS X-Ray data source",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)