From 8e9a74cae955a47784793127950fadffe0f520ac Mon Sep 17 00:00:00 2001 From: Elliott Krupa Date: Mon, 30 Oct 2023 16:20:15 -0400 Subject: [PATCH 1/3] stage 0.18.2 --- CHANGELOG.md | 7 +++++++ docs/index.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15debd4a..93b47d16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.18.2 (Oct 30, 2023) + +HOUSEKEEPING: + +* build(deps): Bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#382) +* build(deps): Bump github.com/hashicorp/terraform-plugin-framework from v1.4.1 to v1.4.2 (#381) + # 0.18.1 (Oct 11, 2023) BUGFIXES: diff --git a/docs/index.md b/docs/index.md index 50f341dd..b0f4ba22 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.18.0" + version = "~> 0.18.2" } } } From dd76b50b04f9ca455523ed6a0f4090e216bd1b85 Mon Sep 17 00:00:00 2001 From: Elliott Krupa Date: Mon, 30 Oct 2023 16:22:12 -0400 Subject: [PATCH 2/3] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a17b5cc4..265f8f42 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.18.0" + version = "~> 0.18.2" } } } From a67ce30e0155210e196544f13ec4533741fde16f Mon Sep 17 00:00:00 2001 From: Elliott Krupa Date: Mon, 30 Oct 2023 16:46:34 -0400 Subject: [PATCH 3/3] Don't increment versions in docs for patch release Co-authored-by: Jason Harley --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 265f8f42..a17b5cc4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.18.2" + version = "~> 0.18.0" } } } diff --git a/docs/index.md b/docs/index.md index b0f4ba22..50f341dd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.18.2" + version = "~> 0.18.0" } } }