diff --git a/CHANGELOG.md b/CHANGELOG.md index d5556231..8c76283c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# 0.11.0 (Oct 5, 2022) + +ENHANCEMENTS: + +* resource/honeycombio_marker_setting: support for `marker_setting` (#224) + +BUGFIXES: + +* docs: add clarifying note about Trigger time_range vs frequency (#219) + +HOUSEKEEPING: + +* build(deps): bump goreleaser/goreleaser-action from 3.0.0 to 3.1.0 (#218) +* build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#223) +* build(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1 (#225) +* Update CODEOWNERS (#220) + # 0.10.0 (Aug 16, 2022) ENHANCEMENTS: diff --git a/README.md b/README.md index 9318c2fd..9b888920 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.10.0" + version = "~> 0.11.0" } } } diff --git a/docs/index.md b/docs/index.md index 2a53f424..e003fd3c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.10.0" + version = "~> 0.11.0" } } }