From e79c5eea973e12b5c0fdb2b21c3d40269afb4e47 Mon Sep 17 00:00:00 2001 From: Elliott Krupa Date: Wed, 11 Oct 2023 15:18:19 -0400 Subject: [PATCH] stage 0.18.0 --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 2 +- docs/index.md | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) 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" } } }