File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.39.0 (Aug 22, 2025)
2
+
3
+ ENHANCEMENTS:
4
+
5
+ * feat(r/flexibleboard): Add support for text panels (#743 )
6
+ * fix(client): add missing source field to query annotations (#742 )
7
+
8
+ HOUSEKEEPING:
9
+
10
+ * maint(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.13.2 to 1.13.3 (#741 )
11
+ * chore(build): upgrade golangci-lint and tidy (#740 )
12
+ * chore(r/query_annotation): migrate to Plugin Framework (#744 )
13
+
1
14
# 0.38.1 (Aug 15, 2025)
2
15
3
16
BUGFIXES:
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ terraform {
24
24
required_providers {
25
25
honeycombio = {
26
26
source = "honeycombio/honeycombio"
27
- version = "~> 0.38 .0"
27
+ version = "~> 0.39 .0"
28
28
}
29
29
}
30
30
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ terraform {
14
14
required_providers {
15
15
honeycombio = {
16
16
source = "honeycombio/honeycombio"
17
- version = "~> 0.38 .0"
17
+ version = "~> 0.39 .0"
18
18
}
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments