Skip to content

Commit c76bf08

Browse files
committed
bump version
7.4.0 => 8.0.0
1 parent 0f12749 commit c76bf08

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

enapter-api-datasource/CHANGELOG.md

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

3+
## v8.0.0
4+
5+
- Add support for Enapter API v3.
6+
- Require explicit API version configuration on data source instance creation.
7+
- Fix error message about invalid offset.
8+
- Upgrade go to 1.22.
9+
310
## v7.4.0
411

512
- Add @offset query modifier.

enapter-api-datasource/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enapter-api",
3-
"version": "7.4.0",
3+
"version": "8.0.0",
44
"description": "Enapter API Grafana Datasource Plugin",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)