Skip to content

Commit

Permalink
stage v0.11.1 (#230)
Browse files Browse the repository at this point in the history
Stage v0.11.1 to get out the `honeycombio_dataset` update bugfix
  • Loading branch information
jharley authored Oct 14, 2022
1 parent 277b1a2 commit b0ce1bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.11.1 (Oct 14, 2022)

BUGFIXES:

* resource/honeycombio_dataset - properly update `description` and `expand_json_depth` attributes (#229)

# 0.11.0 (Oct 5, 2022)

ENHANCEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
honeycombio = {
source = "honeycombio/honeycombio"
version = "~> 0.11.0"
version = "~> 0.11.1"
}
}
}
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.11.0"
version = "~> 0.11.1"
}
}
}
Expand Down

0 comments on commit b0ce1bb

Please sign in to comment.