From 0ef8ce7c058bbb14942c644c05abd3fca4713776 Mon Sep 17 00:00:00 2001 From: Maor Leger Date: Thu, 27 Jun 2024 10:13:28 -0700 Subject: [PATCH] [communication] Add header to changelog (#30207) ### Packages impacted by this PR @azure/communication-rooms @azure/communication-recipient-verification ### Issues associated with this PR N/A - build errors ### Describe the problem that is addressed by this PR Our CI pipelines verify that changelogs have the expected sections. Somehow this slipped unnoticed until #29710 started failing CI because of this. This PR just adds an expected headers choosing the most appropriate header. --- .../communication-recipient-verification/CHANGELOG.md | 2 ++ sdk/communication/communication-rooms/CHANGELOG.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sdk/communication/communication-recipient-verification/CHANGELOG.md b/sdk/communication/communication-recipient-verification/CHANGELOG.md index fe5886f62d7..0f7c3de1a1b 100644 --- a/sdk/communication/communication-recipient-verification/CHANGELOG.md +++ b/sdk/communication/communication-recipient-verification/CHANGELOG.md @@ -2,6 +2,8 @@ ## 1.0.0-beta.1 (2023-03-08) +### Features Added + The first preview of the Azure Communication Recipient Verification client library has the following features: - Verifying code for a phone number diff --git a/sdk/communication/communication-rooms/CHANGELOG.md b/sdk/communication/communication-rooms/CHANGELOG.md index 92b85d304ff..0b6468b674f 100644 --- a/sdk/communication/communication-rooms/CHANGELOG.md +++ b/sdk/communication/communication-rooms/CHANGELOG.md @@ -2,6 +2,8 @@ ## 1.1.0 (2024-04-15) +### Other Changes + - General Availability version of PSTN dial-out capability feature ## 1.1.0-beta.1 (2023-09-21)