diff --git a/CHANGELOG.md b/CHANGELOG.md index f2dbe1f8..3f41df70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 0.20.0 (Nov 16, 2023) + +ENHANCEMENTS + +* r/burn_alert: Add support for budget rate burn alerts (#391) + +BUGFIXES +* client: Fix bug where API errors weren't including the field or getting separated (#392) + +HOUSEKEEPING + +* build(deps): Bump github.com/hashicorp/go-retryablehttp from v0.7.4 to v0.7.5 (#389) +* build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from v2.29.0 to v2.30.0 (#390) +* build(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.19.0 to 0.19.1 (#394) +* client: better support for nondefault api hosts (#393) + # 0.19.0 (Nov 8, 2023) ENHANCEMENTS: diff --git a/README.md b/README.md index beccb9ff..ec9bdc01 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.19.0" + version = "~> 0.20.0" } } } diff --git a/docs/index.md b/docs/index.md index ff42749f..0a616b5d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.19.0" + version = "~> 0.20.0" } } }