Skip to content

Commit

Permalink
stage 0.19.0 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley authored Nov 8, 2023
1 parent bb53d3d commit 7d26260
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.19.0 (Nov 8, 2023)

ENHANCEMENTS:

* add support for 'msteams' recipients (#386)

HOUSEKEEPING:

* build(ci): bump hashicorp/setup-terraform from 2 to 3 (#385)
* maint: prune dead code and tidy up (#387)

# 0.18.2 (Oct 30, 2023)

HOUSEKEEPING:
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.18.0"
version = "~> 0.19.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.18.0"
version = "~> 0.19.0"
}
}
}
Expand Down

0 comments on commit 7d26260

Please sign in to comment.