From 0d9b516d577709472af843a8cb21e14b473719e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:22:40 -0500 Subject: [PATCH] chore(release/v0): release 0.2.1 (#137) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c05df9b..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 95560cb..e325685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.2.1](https://github.com/rancher/terraform-provider-file/compare/v0.1.3...v0.2.1) (2025-08-29) + + +### Bug Fixes + +* add manual backport workflow ([#128](https://github.com/rancher/terraform-provider-file/issues/128)) ([#131](https://github.com/rancher/terraform-provider-file/issues/131)) ([7300e97](https://github.com/rancher/terraform-provider-file/commit/7300e97fd2f0b0153aad619ed29d459030938bb6)) +* bump github.com/ulikunitz/xz from 0.5.10 to 0.5.14 in /test ([#126](https://github.com/rancher/terraform-provider-file/issues/126)) ([#136](https://github.com/rancher/terraform-provider-file/issues/136)) ([a1e577a](https://github.com/rancher/terraform-provider-file/commit/a1e577a99c9c8de7269230491846bd2a1534d4b0)) +* bumping version number ([0266601](https://github.com/rancher/terraform-provider-file/commit/0266601079bcd0a1054b0c499ff4a0b29aac36be)) +* hard code the owner and repo name ([#132](https://github.com/rancher/terraform-provider-file/issues/132)) ([#138](https://github.com/rancher/terraform-provider-file/issues/138)) ([044075c](https://github.com/rancher/terraform-provider-file/commit/044075c7d1c818b8d878e54048bc88958e700e35)) + ## [0.1.3](https://github.com/rancher/terraform-provider-file/compare/v0.1.2...v0.1.3) (2025-08-28)