Skip to content

Commit

Permalink
Remove 'v' version prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
SBGoods committed Dec 15, 2022
1 parent ae2ecd8 commit 5364805
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v2.2.3 (May 18, 2022)
## 2.2.3 (May 18, 2022)

NOTES:

Expand All @@ -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:

Expand All @@ -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:

Expand All @@ -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:

Expand All @@ -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:

Expand All @@ -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:

Expand All @@ -105,22 +105,22 @@ 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:

* data-source/local_file: Added for reading files in a way that participates in Terraform's dependency graph,
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:

Expand Down

0 comments on commit 5364805

Please sign in to comment.