Skip to content

Commit e274bcb

Browse files
authored
updated version and fix CHANGELOG.md (#235)
1 parent 2fda493 commit e274bcb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
## tip
44

5-
## v0.15.0
6-
7-
* FEAT: add configuration screen for derived fields
5+
* FEATURE: add configuration screen for derived fields. See [this issue](https://github.com/VictoriaMetrics/victorialogs-datasource/issues/202).
6+
Thanks to @090809 for [the pull request](https://github.com/VictoriaMetrics/victorialogs-datasource/pull/231).
7+
* BUGFIX: fix live mode shows the first query result instead of separately requested two different results. See [this issue](https://github.com/VictoriaMetrics/victorialogs-datasource/issues/229).
88

99
## v0.14.3
1010

1111
* BUGFIX: fix image links in public readme.
12-
* BUGFIX: fix live mode shows the first query result instead of separately requested two different results. See [this issue](https://github.com/VictoriaMetrics/victorialogs-datasource/issues/229).
1312

1413
## v0.14.2
1514

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victoriametrics-logs-datasource",
3-
"version": "0.14.3",
3+
"version": "0.15.0",
44
"description": "VictoriaLogs datasource plugin for grafana",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)