Skip to content

Commit 0fd5c0b

Browse files
authored
Prepare for v1.5.1 (#133)
* fix test case * prepare for v1.5.1
1 parent 1d8e4b1 commit 0fd5c0b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## 1.5.1 (2025-08-14)
3+
* Added pagination to ListProjects
4+
25
## 1.5.0 (2025-05-29)
36
* Update plugin to support access token auth
47
* Add datasource syncer

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "googlecloud-logging-datasource",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Backend Grafana plugin that enables visualization of GCP Cloud Logging logs in Grafana.",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)