Skip to content

Commit

Permalink
stage v0.11.2 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley authored Nov 7, 2022
1 parent 7530a64 commit 4d277f4
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.11.2 (Nov 7, 2022)

BUGFIXES:

* datasource/honeycombio_query_specfication: missing 'calculation' can cause infinite diff (#234)
* resource/honeycombio_column: missing `type` can cause infinite diff (#235)
* datasource/honeycombio_query_specification: suppress 'equivalent' Query Specification diffs (#236)

HOUSEKEEPING:

* build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.23.0 to 2.24.0 (#228)
* build(deps): bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 (#231)
* build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#232)

# 0.11.1 (Oct 14, 2022)

BUGFIXES:
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.1"
version = "~> 0.11.2"
}
}
}
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.1"
version = "~> 0.11.2"
}
}
}
Expand Down

0 comments on commit 4d277f4

Please sign in to comment.