From b0ce1bbb71f049592b9e34a466aa98285d1b9bb8 Mon Sep 17 00:00:00 2001 From: Jason Harley Date: Fri, 14 Oct 2022 16:59:26 -0400 Subject: [PATCH] stage v0.11.1 (#230) Stage v0.11.1 to get out the `honeycombio_dataset` update bugfix --- CHANGELOG.md | 6 ++++++ README.md | 2 +- docs/index.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c76283c..89b0b8e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.11.1 (Oct 14, 2022) + +BUGFIXES: + +* resource/honeycombio_dataset - properly update `description` and `expand_json_depth` attributes (#229) + # 0.11.0 (Oct 5, 2022) ENHANCEMENTS: diff --git a/README.md b/README.md index 9b888920..c76761cf 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.11.0" + version = "~> 0.11.1" } } } diff --git a/docs/index.md b/docs/index.md index e003fd3c..cb918ab1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.11.0" + version = "~> 0.11.1" } } }