From d3db18ffef077c2b3a0ff8e35b530fc567de1f4f Mon Sep 17 00:00:00 2001 From: andrewjiang Date: Fri, 8 Sep 2023 23:23:13 +0800 Subject: [PATCH] docs: update changelog of release version 1.81.25 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34fcf74920..47a2816b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## 1.81.25 (September 8, 2023) + +FEATURES: + +* **New Data Source:** `tencentcloud_ses_black_email_address` ([#2112](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2112)) +* **New Data Source:** `tencentcloud_ses_email_identities` ([#2112](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2112)) +* **New Data Source:** `tencentcloud_ses_receivers` ([#2112](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2112)) +* **New Data Source:** `tencentcloud_ses_send_email_status` ([#2112](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2112)) +* **New Data Source:** `tencentcloud_ses_send_tasks` ([#2112](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2112)) +* **New Data Source:** `tencentcloud_ses_statistics_report` ([#2112](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2112)) +* **New Resource:** `tencentcloud_cam_mfa_flag` ([#2115](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2115)) +* **New Resource:** `tencentcloud_ses_batch_send_email` ([#2112](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2112)) +* **New Resource:** `tencentcloud_ses_receiver` ([#2112](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2112)) +* **New Resource:** `tencentcloud_ses_send_email` ([#2112](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2112)) +* **New Resource:** `tencentcloud_ses_verify_domain` ([#2112](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2112)) + +ENHANCEMENTS: + +* resource/tencentcloud_ssl_pay_certificate: Supports `csr_type` modification ([#2115](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2115)) +* resource/tencentcloud_tcr_service_account: update the description of the `permissions.actions` field. ([#2116](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2116)) + ## 1.81.24 (September 6, 2023) FEATURES: