Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Communication] - SMS - Removed version 1.1.1 from CHANGELOG.md #29456

Merged
merged 2 commits into from Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 0 additions & 10 deletions sdk/communication/communication-sms/CHANGELOG.md
Expand Up @@ -6,16 +6,6 @@

- Added DeliveryReportTimeoutInSeconds to smsSendOptions.

## 1.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.1.0 (2023-11-30)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-sms/package.json
@@ -1,6 +1,6 @@
{
"name": "@azure/communication-sms",
"version": "1.1.1",
"version": "1.2.0-beta.1",
"description": "SDK for Azure Communication SMS service which facilitates the sending of SMS messages.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down