From 4011bcef2be17f4c36f4aeb75d3a5831d68a89ad Mon Sep 17 00:00:00 2001 From: pavel <36902936+pavel-github@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:10:20 +0200 Subject: [PATCH] Release v2.5.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 020cfe9..53171d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ + +## v2.5.0 (2024-07-14) + +### Bug Fixes +* **datasource/cloudsigma_profile:** add acceptance tests + +### Documentation +* **datasource/cloudsigma_ip:** update documentation and examples +* **datasource/cloudsigma_tag:** update documentation and examples + +### Features +* **datasource/cloudsigma_ip:** migrate ip data source to framework +* **datasource/cloudsigma_tag:** migrate tag data source to framework +* **resource/cloudsigma_acl:** remove unused resource +* **resource/cloudsigma_firewall_policy:** remove unused resource + + ## v2.4.1 (2024-07-13)