From 5f8bb07c32a6268fc892bd5c0f094b9a8c47a090 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Mon, 9 Sep 2024 18:46:22 +0000 Subject: [PATCH] Update changelog --- .changes/2.6.0.md | 7 +++++++ .changes/unreleased/FEATURES-20240806-142303.yaml | 5 ----- .changes/unreleased/FEATURES-20240806-142529.yaml | 5 ----- CHANGELOG.md | 7 +++++++ 4 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 .changes/2.6.0.md delete mode 100644 .changes/unreleased/FEATURES-20240806-142303.yaml delete mode 100644 .changes/unreleased/FEATURES-20240806-142529.yaml diff --git a/.changes/2.6.0.md b/.changes/2.6.0.md new file mode 100644 index 00000000..65f7d31d --- /dev/null +++ b/.changes/2.6.0.md @@ -0,0 +1,7 @@ +## 2.6.0 (September 09, 2024) + +FEATURES: + +* data-source/archive_file: Add support for creating `tar.gz` archive files. ([#277](https://github.com/hashicorp/terraform-provider-archive/issues/277)) +* resource/archive_file: Add support for creating `tar.gz` archive files. ([#277](https://github.com/hashicorp/terraform-provider-archive/issues/277)) + diff --git a/.changes/unreleased/FEATURES-20240806-142303.yaml b/.changes/unreleased/FEATURES-20240806-142303.yaml deleted file mode 100644 index b5134165..00000000 --- a/.changes/unreleased/FEATURES-20240806-142303.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: FEATURES -body: 'data-source/archive_file: Add support for creating `tar.gz` archive files.' -time: 2024-08-06T14:23:03.200664-04:00 -custom: - Issue: "277" diff --git a/.changes/unreleased/FEATURES-20240806-142529.yaml b/.changes/unreleased/FEATURES-20240806-142529.yaml deleted file mode 100644 index 9ade31d5..00000000 --- a/.changes/unreleased/FEATURES-20240806-142529.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: FEATURES -body: 'resource/archive_file: Add support for creating `tar.gz` archive files.' -time: 2024-08-06T14:25:29.318873-04:00 -custom: - Issue: "277" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b358762..806433e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.6.0 (September 09, 2024) + +FEATURES: + +* data-source/archive_file: Add support for creating `tar.gz` archive files. ([#277](https://github.com/hashicorp/terraform-provider-archive/issues/277)) +* resource/archive_file: Add support for creating `tar.gz` archive files. ([#277](https://github.com/hashicorp/terraform-provider-archive/issues/277)) + ## 2.5.0 (July 31, 2024) ENHANCEMENTS: