From 5364805df5e4eefb685279dc0abfe3f05ac75a41 Mon Sep 17 00:00:00 2001 From: SBGoods Date: Thu, 15 Dec 2022 17:23:38 -0500 Subject: [PATCH] Remove 'v' version prefix --- CHANGELOG.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47dbe7de..85600bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v2.2.3 (May 18, 2022) +## 2.2.3 (May 18, 2022) NOTES: @@ -10,20 +10,20 @@ NOTES: * No functional changes from 2.2.2. -## v2.2.2 (March 11, 2022) +## 2.2.2 (March 11, 2022) NOTES: * resource/local_sensitive_file: Fixed typo in documentation (default permission is `"0700"`, not `"0777"`). * No functional changes from 2.2.1. -## v2.2.1 (March 10, 2022) +## 2.2.1 (March 10, 2022) NOTES: * This release is a republishing of the 2.2.0 release to fix release asset checksum errors. It is identical otherwise. -## v2.2.0 (March 10, 2022) +## 2.2.0 (March 10, 2022) NOTES: @@ -36,14 +36,14 @@ FEATURES: * **New Data Source:** `local_sensitive_file` ([#101](https://github.com/hashicorp/terraform-provider-local/pull/101) and [#106](https://github.com/hashicorp/terraform-provider-local/pull/106)) * **New Resource:** `local_sensitive_file` ([#106](https://github.com/hashicorp/terraform-provider-local/pull/106)) -## v2.1.0 (February 19, 2021) +## 2.1.0 (February 19, 2021) NOTES: * Binary releases of this provider now include the` darwin-arm64` platform. * This version contains no further changes. -## v2.0.0 (October 14, 2020) +## 2.0.0 (October 14, 2020) NOTES: @@ -61,7 +61,7 @@ FEATURES: for the `local_file` resource. ([#44](https://github.com/terraform-providers/terraform-provider-local/issues/44)) -## v1.4.0 (September 30, 2019) +## 1.4.0 (September 30, 2019) NOTES: @@ -73,7 +73,7 @@ FEATURES: * resource/local_file: Added support for configurable permissions ([#30](https://github.com/terraform-providers/terraform-provider-local/issues/30)) -## v1.3.0 (June 26, 2019) +## 1.3.0 (June 26, 2019) FEATURES: @@ -82,21 +82,21 @@ FEATURES: * data-source/local_file: Added support for base64 encoded content ([#29](https://github.com/terraform-providers/terraform-provider-local/issues/29)) -## v1.2.2 (May 01, 2019) +## 1.2.2 (May 01, 2019) NOTES: * This releases includes another Terraform SDK upgrade intended to align with that being used for other providers as we prepare for the Core `v0.12.0` release. It should have no significant changes in behavior for this provider. -## v1.2.1 (April 11, 2019) +## 1.2.1 (April 11, 2019) NOTES: * This releases includes only a Terraform SDK upgrade intended to align with that being used for other providers as we prepare for the Core `v0.12.0` release. It should have no significant changes in behavior for this provider. -## v1.2.0 (March 20, 2019) +## 1.2.0 (March 20, 2019) FEATURES: @@ -105,7 +105,7 @@ FEATURES: in situations where the content contains sensitive information that should not be displayed in a rendered diff. ([#9](https://github.com/terraform-providers/terraform-provider-local/issues/9)) -## v1.1.0 (January 04, 2018) +## 1.1.0 (January 04, 2018) FEATURES: @@ -113,14 +113,14 @@ FEATURES: which allows reading of files that are created dynamically during `terraform apply`. ([#6](https://github.com/terraform-providers/terraform-provider-local/issues/6)) -## v1.0.0 (September 15, 2017) +## 1.0.0 (September 15, 2017) NOTES: * No changes from 0.1.0; just adjusting to [the new version numbering scheme](https://www.hashicorp.com/blog/hashicorp-terraform-provider-versioning/). -## v0.1.0 (June 21, 2017) +## 0.1.0 (June 21, 2017) NOTES: