Skip to content

Commit 9d4e156

Browse files
committed
Udpate changelog and readme.
1 parent 7190983 commit 9d4e156

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.4
4+
5+
### What's Changed
6+
7+
- Pluing is now signed
8+
39
## 0.2.3
410

511
### Fixed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ We recommand Grafana v9.5 or v10.
2020

2121
## Installation
2222

23-
### Download the latest release (0.2.3)
23+
### Download the latest release (0.2.4)
2424

2525
```bash
26-
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.2.3/quickwit-quickwit-datasource-0.2.3.zip
26+
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.2.4/quickwit-quickwit-datasource-0.2.4.zip
2727
```
2828

2929
### Unzip into the plugins directory
3030

3131
```bash
3232
mkdir -p grafana-storage/plugins
33-
unzip quickwit-quickwit-datasource-0.2.3.zip -d grafana-storage/plugins
33+
unzip quickwit-quickwit-datasource-0.2.4.zip -d grafana-storage/plugins
3434
```
3535

3636
### Start Grafana

0 commit comments

Comments
 (0)