From 25a34e1f249357cd275724d7ab1e2ce832cebce6 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Wed, 31 Jul 2024 14:54:33 +0000 Subject: [PATCH] Update changelog --- .changes/2.5.0.md | 7 +++++++ .changes/unreleased/ENHANCEMENTS-20240724-160724.yaml | 5 ----- .changes/unreleased/ENHANCEMENTS-20240724-160830.yaml | 5 ----- CHANGELOG.md | 7 +++++++ 4 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 .changes/2.5.0.md delete mode 100644 .changes/unreleased/ENHANCEMENTS-20240724-160724.yaml delete mode 100644 .changes/unreleased/ENHANCEMENTS-20240724-160830.yaml diff --git a/.changes/2.5.0.md b/.changes/2.5.0.md new file mode 100644 index 00000000..b901d4f3 --- /dev/null +++ b/.changes/2.5.0.md @@ -0,0 +1,7 @@ +## 2.5.0 (July 31, 2024) + +ENHANCEMENTS: + +* data-source/archive_file: Add glob pattern matching support to the `excludes` attribute. ([#354](https://github.com/hashicorp/terraform-provider-archive/issues/354)) +* resource/archive_file: Add glob pattern matching support to the `excludes` attribute. ([#354](https://github.com/hashicorp/terraform-provider-archive/issues/354)) + diff --git a/.changes/unreleased/ENHANCEMENTS-20240724-160724.yaml b/.changes/unreleased/ENHANCEMENTS-20240724-160724.yaml deleted file mode 100644 index 88a63740..00000000 --- a/.changes/unreleased/ENHANCEMENTS-20240724-160724.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: ENHANCEMENTS -body: 'data-source/archive_file: Add glob pattern matching support to the `excludes` attribute.' -time: 2024-07-24T16:07:24.058378-04:00 -custom: - Issue: "354" diff --git a/.changes/unreleased/ENHANCEMENTS-20240724-160830.yaml b/.changes/unreleased/ENHANCEMENTS-20240724-160830.yaml deleted file mode 100644 index 123816d4..00000000 --- a/.changes/unreleased/ENHANCEMENTS-20240724-160830.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: ENHANCEMENTS -body: 'resource/archive_file: Add glob pattern matching support to the `excludes` attribute.' -time: 2024-07-24T16:08:30.211413-04:00 -custom: - Issue: "354" diff --git a/CHANGELOG.md b/CHANGELOG.md index fe3b584f..6b358762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.5.0 (July 31, 2024) + +ENHANCEMENTS: + +* data-source/archive_file: Add glob pattern matching support to the `excludes` attribute. ([#354](https://github.com/hashicorp/terraform-provider-archive/issues/354)) +* resource/archive_file: Add glob pattern matching support to the `excludes` attribute. ([#354](https://github.com/hashicorp/terraform-provider-archive/issues/354)) + ## 2.4.2 (January 24, 2024) BUG FIXES: