Skip to content

Commit 44eadfc

Browse files
authored
rel: v0.37.0 (#718)
1 parent 12252d0 commit 44eadfc

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
# 0.36.2 (July 2, 2025)
218

319
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.36.0"
27+
version = "~> 0.37.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.36.0"
17+
version = "~> 0.37.0"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)