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" } } }