From 668ccdf6ba16790f0771bd0b3795fcce6db093fc Mon Sep 17 00:00:00 2001 From: Jason Harley Date: Wed, 18 Jan 2023 10:30:13 -0500 Subject: [PATCH] stage v0.13.0 (#261) --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- docs/index.md | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38424a19..3b4b12dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 0.13.0 (Jan 18, 2022) + +NOTES: The `honeycombio_column` resource will now *delete* dataset columns on destroy. +Deletes are a destructive and irreversible operation. +Prior to this release, column destroys were a 'noop' leaving the column untouched in the dataset. + +ENHANCEMENTS: + +* resource/honeycombio_column: delete column on destroy (#258) + +HOUSEKEEPING: + +* build(ci) - add repo name and link to Asana task (#257) + # 0.12.0 (Dec 16, 2022) NOTES: diff --git a/README.md b/README.md index 95e99556..cdd7320d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.12.0" + version = "~> 0.13.0" } } } diff --git a/docs/index.md b/docs/index.md index 5260a1e9..b88f48ad 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.12.0" + version = "~> 0.13.0" } } }