Skip to content

Commit

Permalink
stage 0.18.0 (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
cewkrupa authored Oct 11, 2023
1 parent 0a8d400 commit a906c2f
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.18.0 (Oct 11, 2023)

ENHANCEMENTS:

* docs: add environment-wide '__all__' note where supported (#371)
* client: improve error handling and reporting (#372)
* docs: add clarity around trigger frequency (#373)

BUGFIXES:

* docs: Fix minor typo in "query_specification" documentation (#369)

HOUSEKEEPING:

* build(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.4.0 to 1.4.1. (#370)

# 0.17.0 (Sep 19, 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.17.0"
version = "~> 0.18.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.17.0"
version = "~> 0.18.0"
}
}
}
Expand Down

0 comments on commit a906c2f

Please sign in to comment.