From ad61b2ca0ab6909c0b72f07cc2483c92f0bc74c0 Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Fri, 24 Jun 2022 06:06:26 +1000 Subject: [PATCH] add CHANGELOG entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b1e5b5..9cc8e495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.10.2 (Unreleased) + +BUG FIXES: + +* cmd/tfplugindocs: Pass through filepaths for `examples` and `import` to allow use of `HasExample` and `HasImport` template helpers in custom templates ([#155](https://github.com/hashicorp/terraform-plugin-docs/pull/155)). + # 0.10.1 (June 14, 2022) BUG FIXES: