Skip to content

Commit

Permalink
Bump version to 2.0.0 and update changelog (#124)
Browse files Browse the repository at this point in the history
* Bump version to 2.0.0 and update changelog

* Update CHANGELOG.md

Co-authored-by: Andres Martinez Gotor <andres.mgotor@gmail.com>
  • Loading branch information
fridgepoet and andresmgot authored Jun 6, 2022
1 parent 9ba725d commit cb89440
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
All notable changes to this project will be documented in this file.

## v2.0.0
_Not released yet_
#### What's Changed
* Stopping support for Grafana versions under `8.0.0` by @yaelleC in https://github.com/grafana/x-ray-datasource/pull/122

- Stopping support for Grafana versions under `8.0.0`.
#### Bug fixes
* Update minimum IAM policy by @iwysiu in https://github.com/grafana/x-ray-datasource/pull/115
* Fix deprecated use of strings.Title by @fridgepoet in https://github.com/grafana/x-ray-datasource/pull/119

#### Other
* Update grafana-aws-sdk by @andresmgot in https://github.com/grafana/x-ray-datasource/pull/121

## v1.4.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-x-ray-datasource",
"version": "1.4.0",
"version": "2.0.0",
"description": "AWS X-Ray data source",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down

0 comments on commit cb89440

Please sign in to comment.