From fac6290b824f4d40d3776154e9e1d94c40ce9508 Mon Sep 17 00:00:00 2001 From: Ivan De Marino Date: Wed, 29 Jun 2022 14:47:09 +0100 Subject: [PATCH] Preparing changelog for 0.12.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 292457a1..18e70de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 0.12.0 (June 29, 2022) + +BUG FIXES: + +* template data: A regression was introduced in [#155](https://github.com/hashicorp/terraform-plugin-docs/pull/155) making template data field `HasExample` and `HasImport` always true ([#162](https://github.com/hashicorp/terraform-plugin-docs/pull/162)). + +NEW FEATURES: + +* template functions: Added `lower`, `upper` and `title` ([#162](https://github.com/hashicorp/terraform-plugin-docs/pull/162)). + +ENHANCEMENTS: + +* Added documentation for all the template functions and template data fields ([#162](https://github.com/hashicorp/terraform-plugin-docs/pull/162)). + # 0.11.0 (June 28, 2022) NEW FEATURES: