Skip to content

Commit

Permalink
prepare release v0.11.0 (#227)
Browse files Browse the repository at this point in the history
Co-Authored by: @josslynzhang
  • Loading branch information
mjayaram authored Oct 5, 2022
1 parent 28a4922 commit 1cb2518
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 0.11.0 (Oct 5, 2022)

ENHANCEMENTS:

* resource/honeycombio_marker_setting: support for `marker_setting` (#224)

BUGFIXES:

* docs: add clarifying note about Trigger time_range vs frequency (#219)

HOUSEKEEPING:

* build(deps): bump goreleaser/goreleaser-action from 3.0.0 to 3.1.0 (#218)
* build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#223)
* build(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1 (#225)
* Update CODEOWNERS (#220)

# 0.10.0 (Aug 16, 2022)

ENHANCEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
honeycombio = {
source = "honeycombio/honeycombio"
version = "~> 0.10.0"
version = "~> 0.11.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.10.0"
version = "~> 0.11.0"
}
}
}
Expand Down

0 comments on commit 1cb2518

Please sign in to comment.