Skip to content

Commit

Permalink
stage 0.20.0 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley authored Nov 16, 2023
1 parent 932125e commit d56765d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
required_providers {
honeycombio = {
source = "honeycombio/honeycombio"
version = "~> 0.19.0"
version = "~> 0.20.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
required_providers {
honeycombio = {
source = "honeycombio/honeycombio"
version = "~> 0.19.0"
version = "~> 0.20.0"
}
}
}
Expand Down

0 comments on commit d56765d

Please sign in to comment.