File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.37.0 (July 21, 2025)
2
+
3
+ ENHANCEMENTS:
4
+
5
+ * chore(tags): increase tag Value max length to 128 (#717 )
6
+ * feat(r/flexible_board): allow panel positions to be autogenerated (#716 )
7
+
8
+ BUGFIXES:
9
+
10
+ * chore(flexible-board): Fix typo in resource description (#712 )
11
+
12
+ HOUSEKEEPING:
13
+
14
+ * maint(deps): bump slackapi/slack-github-action from 2.1.0 to 2.1.1 (#713 )
15
+ * maint(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 (#715 )
16
+
1
17
# 0.36.2 (July 2, 2025)
2
18
3
19
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.36 .0"
27
+ version = "~> 0.37 .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.36 .0"
17
+ version = "~> 0.37 .0"
18
18
}
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments