From fc74562ea2f0d2e919bd445b85230f0a6a1ec858 Mon Sep 17 00:00:00 2001 From: Timo Furrer <tfurrer@gitlab.com> Date: Fri, 28 Feb 2025 11:07:50 +0000 Subject: [PATCH] Add changelog for 0.55.0-rc2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ebff5..26a74f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.55.0-rc2 (2025-02-28) + +### Added (2 changes) + +- [Support input for auto definting the HTTP backend](https://gitlab.com/components/opentofu/-/commit/0e88019bc5947dd11a418e56b8a5bbb92d062f7c) ([merge request](https://gitlab.com/components/opentofu/-/merge_requests/248)) +- [Add auto_delete_input to destroy job](https://gitlab.com/components/opentofu/-/commit/47e9b9e7ff2a9269d9abe7dbe6017ca2b7ccbb7a) ([merge request](https://gitlab.com/components/opentofu/-/merge_requests/247)) + ## 0.55.0-rc1 (2025-02-27) ### Added (2 changes) -- GitLab