Skip to content

Commit

Permalink
stage v0.14.0 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley authored Apr 19, 2023
1 parent b2a41d3 commit cfd37b2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 0.14.0 (Apr 19, 2023)

ENHANCEMENTS:

* resource/honeycombio_board: add overlaid charts `graph_settings` support (#291)
* resource/honeycombio_dataset: add resource import support (#294)

BUGFIXES:

* client: fix marker client test flake (#293)

HOUSEKEEPING:

* build(deps): Bump actions/setup-go from 3 to 4 (#286)
* build(deps): Bump codecov/codecov-action from 3.1.1 to 3.1.2 (#289)
* build(deps): bump Go to 1.19 (#292)
* build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.25.0 to 2.26.1 (#288)

# 0.13.1 (Mar 3, 2023)

BUGFIXES:
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.13.1"
version = "~> 0.14.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.13.1"
version = "~> 0.14.0"
}
}
}
Expand Down

0 comments on commit cfd37b2

Please sign in to comment.