Skip to content

prepare release 1.7.0 #268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog

## 1.7.0

- **Feature**: Allow specifying Max Billable Bytes (#254)
- **Fix**: Handle sub-second intervals in the timeGroup macro (#262)
- **Fix**: Fixed log line formatting (#255)
- **Fix**: Make editor labels clickable (#256)
- **Fix**: Update docs to list correct macros (#259)
- **Chore**: Update dependencies (#264)
- **Chore**: Consistent icons (#261)

## 1.6.1

- **Chore**: Update dependencies

## 1.6.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-bigquery-datasource",
"version": "1.6.1",
"version": "1.7.0",
"description": "Google BigQuery datasource for Grafana",
"license": "Apache-2.0",
"author": "Grafana Labs <team@grafana.com> (https://grafana.com)",
Expand Down
Loading