Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusolsson committed Feb 6, 2021
1 parent 8747289 commit dc78f66
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
# Changelog

## 0.4.0 (2021-02-06)

[Full changelog](https://github.com/marcusolsson/grafana-gantt-panel/compare/v0.3.1...v0.4.0)

### Enhancements

- Add labels to tooltip ([#9](https://github.com/marcusolsson/grafana-gantt-panel/issues/9))
- Click-and-drag to change dashboard time interval ([#10](https://github.com/marcusolsson/grafana-gantt-panel/issues/10))

## 0.3.1 (2021-02-02)

[Full changelog](https://github.com/marcusolsson/grafana-gantt-panel/compare/v0.3.0...v0.3.1)

### Bug fixes

- Reduced precision when using strings as time ([#5](https://github.com/marcusolsson/grafana-gantt-panel/issues/5))

## 0.3.0 (2021-01-28)

[Full changelog](https://github.com/marcusolsson/grafana-gantt-panel/compare/v0.2.0...v0.3.0)

### Enhancements

- Null values are interpreted as infinity
Expand All @@ -16,6 +29,8 @@

## 0.2.0 (2020-01-27)

[Full changelog](https://github.com/marcusolsson/grafana-gantt-panel/compare/v0.1.0...v0.2.0)

### Enhancements

- Allow using string and number fields as time ([#1](https://github.com/marcusolsson/grafana-gantt-panel/issues/1), [#2](https://github.com/marcusolsson/grafana-gantt-panel/issues/2))
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": "marcusolsson-gantt-panel",
"version": "0.3.1",
"version": "0.4.0",
"description": "A Gantt visualization for Grafana",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down

0 comments on commit dc78f66

Please sign in to comment.