From 4d277f402f7a448d8e1f33e67e0f14f461a89b2b Mon Sep 17 00:00:00 2001 From: Jason Harley Date: Mon, 7 Nov 2022 14:34:28 -0500 Subject: [PATCH] stage v0.11.2 (#237) --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- docs/index.md | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b0b8e9..14dae952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 0.11.2 (Nov 7, 2022) + +BUGFIXES: + +* datasource/honeycombio_query_specfication: missing 'calculation' can cause infinite diff (#234) +* resource/honeycombio_column: missing `type` can cause infinite diff (#235) +* datasource/honeycombio_query_specification: suppress 'equivalent' Query Specification diffs (#236) + +HOUSEKEEPING: + +* build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.23.0 to 2.24.0 (#228) +* build(deps): bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 (#231) +* build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#232) + # 0.11.1 (Oct 14, 2022) BUGFIXES: diff --git a/README.md b/README.md index c76761cf..c74bf8e8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.11.1" + version = "~> 0.11.2" } } } diff --git a/docs/index.md b/docs/index.md index cb918ab1..165f1108 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.11.1" + version = "~> 0.11.2" } } }