diff --git a/CHANGELOG.md b/CHANGELOG.md index 420080f2..6c1e4cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 0.18.0 (Oct 11, 2023) + +ENHANCEMENTS: + +* docs: add environment-wide '__all__' note where supported (#371) +* client: improve error handling and reporting (#372) +* docs: add clarity around trigger frequency (#373) + +BUGFIXES: + +* docs: Fix minor typo in "query_specification" documentation (#369) + +HOUSEKEEPING: + +* build(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.4.0 to 1.4.1. (#370) + # 0.17.0 (Sep 19, 2023) ENHANCEMENTS: diff --git a/README.md b/README.md index ccc90548..a17b5cc4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.17.0" + version = "~> 0.18.0" } } } diff --git a/docs/index.md b/docs/index.md index bd9707b5..50f341dd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.17.0" + version = "~> 0.18.0" } } }