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" } } }