From c8084fcc379d373482ff774cc19e359daeecde0b Mon Sep 17 00:00:00 2001 From: Jason Harley Date: Fri, 15 Nov 2024 10:30:20 -0500 Subject: [PATCH] rel: v0.28.0 (#574) --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 2 +- docs/index.md | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e79df3a0..a37f1a92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# 0.28.0 (Nov 15, 2024) + +ENHANCEMENTS: + +* feat(r/burn_alert): add description support (#563) + +BUGFIXES: + +* fix(docs): incorrect formatting trigger example (#566) +* fix(client): retry on server errors (#571) + +HOUSEKEEPING: + +* maint(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.13.0 to 0.14.0 (#562) +* maint(deps): bump github.com/hashicorp/terraform-plugin-go from 0.24.0 to 0.25.0 (#564) +* maint(deps): bump github.com/hashicorp/terraform-plugin-mux from 0.16.0 to 0.17.0 (#564) +* maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.12.0 to 1.13.0 (#565) +* maint(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.34.0 to 2.35.0 (#565) +* maint(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.14.0 to 0.15.0 (#565) +* maint(deps): bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 (#567) +* chore: migrate r/webhook_recipient to Framework (#568) + # 0.27.2 (Oct 17, 2024) ENHANCEMENTS: diff --git a/README.md b/README.md index 163dbd80..c76c620f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.27.0" + version = "~> 0.28.0" } } } diff --git a/docs/index.md b/docs/index.md index 0e08db5e..8c069a41 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.27.0" + version = "~> 0.28.0" } } }