From cfd37b21dfb7005b3941c5e087b9b2566a14120a Mon Sep 17 00:00:00 2001 From: Jason Harley Date: Wed, 19 Apr 2023 10:37:05 -0400 Subject: [PATCH] stage v0.14.0 (#295) --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 2 +- docs/index.md | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 204e6c1f..81f6490d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/README.md b/README.md index 1b0222ce..80beaeb3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.13.1" + version = "~> 0.14.0" } } } diff --git a/docs/index.md b/docs/index.md index 1490ec4f..e220dc06 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.13.1" + version = "~> 0.14.0" } } }