Skip to content

Commit b216b29

Browse files
authored
rel: v0.39.0 (#745)
1 parent 39f7c48 commit b216b29

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
# 0.38.1 (Aug 15, 2025)
215

316
BUGFIXES:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ terraform {
2424
required_providers {
2525
honeycombio = {
2626
source = "honeycombio/honeycombio"
27-
version = "~> 0.38.0"
27+
version = "~> 0.39.0"
2828
}
2929
}
3030
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ terraform {
1414
required_providers {
1515
honeycombio = {
1616
source = "honeycombio/honeycombio"
17-
version = "~> 0.38.0"
17+
version = "~> 0.39.0"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)