Skip to content

Commit

Permalink
Merge pull request #162 from honeycombio/jharley.prep-060
Browse files Browse the repository at this point in the history
Stage 0.6.0
  • Loading branch information
jharley authored May 9, 2022
2 parents 1c5a460 + cffcc90 commit 36f6c18
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.6.0 (May 9, 2022)

FEATURES:

* *New Data Source*: `honeycombio_query_result` (#151)

HOUSEKEEPING:

* terraform-plugin-sdk upgraded from 2.14.0 to 2.15.0 (#161)

# 0.5.0 (Apr 25, 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.5.0"
version = "~> 0.6.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.5.0"
version = "~> 0.6.0"
}
}
}
Expand Down

0 comments on commit 36f6c18

Please sign in to comment.