diff --git a/CHANGELOG.md b/CHANGELOG.md index 235c9cd7..3eb59bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.6.0 (May 9, 2022) + +FEATURES: + +* *New Data Source*: `honeycombio_query_result` (#151) + +HOUSEKEEPING: + +* terraform-plugin-sdk upgraded from 2.14.0 to 2.15.0 (#161) + # 0.5.0 (Apr 25, 2022) BUGFIXES: diff --git a/README.md b/README.md index f704c6ef..593a8d2a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.5.0" + version = "~> 0.6.0" } } } diff --git a/docs/index.md b/docs/index.md index ddd19a04..4712d97b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.5.0" + version = "~> 0.6.0" } } }