Skip to content

Commit bfd22d7

Browse files
authored
rel: v0.35.0 (#679)
1 parent 8d785ec commit bfd22d7

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
# 0.34.0 (May 6, 2025)
213

314
ENHANCEMENTS:

README.md

+1-1
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.34.0"
27+
version = "~> 0.35.0"
2828
}
2929
}
3030
}

docs/index.md

+1-1
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.34.0"
17+
version = "~> 0.35.0"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)