Skip to content

Commit

Permalink
stage v0.13.0 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley authored Jan 18, 2023
1 parent ee4dc51 commit 668ccdf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
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.12.0"
version = "~> 0.13.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.12.0"
version = "~> 0.13.0"
}
}
}
Expand Down

0 comments on commit 668ccdf

Please sign in to comment.