From 0e9143710a4c1bb8b3e1717f210fc5f41b2f5585 Mon Sep 17 00:00:00 2001 From: Jason Harley Date: Wed, 8 Nov 2023 10:30:12 -0500 Subject: [PATCH] stage 0.19.0 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- docs/index.md | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b47d16..f2dbe1f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/README.md b/README.md index a17b5cc4..beccb9ff 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.18.0" + version = "~> 0.19.0" } } } diff --git a/docs/index.md b/docs/index.md index 50f341dd..ff42749f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.18.0" + version = "~> 0.19.0" } } }