File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.35.0 (May 14, 2025)
2
+
3
+ ENHANCEMENTS:
4
+
5
+ * feat: add flexible board resource (#677 , #676 , #675 )
6
+
7
+ HOUSEKEEPING:
8
+
9
+ * maint(deps): bump slackapi/slack-github-action from 2.0.0 to 2.1.0 (#674 )
10
+ * maint(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.17.0 to 0.18.0 (#678 )
11
+
1
12
# 0.34.0 (May 6, 2025)
2
13
3
14
ENHANCEMENTS:
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.34 .0"
27
+ version = "~> 0.35 .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.34 .0"
17
+ version = "~> 0.35 .0"
18
18
}
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments