Skip to content

Commit 67cdd8b

Browse files
authored
Increment package version after release of azure-communication-messages (#34931)
1 parent b03b460 commit 67cdd8b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

sdk/communication/azure-communication-messages/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.0.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0 (2024-03-25)
414

515
This is the GA release of Azure Communication Messages Python SDK. For more information, please see the [README][read_me].
@@ -13,4 +23,4 @@ This is the GA release of Azure Communication Messages Python SDK. For more info
1323
- Get list of all WhatsApp templates.
1424

1525
<!-- LINKS -->
16-
[read_me]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-messages/README.md
26+
[read_me]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-messages/README.md

sdk/communication/azure-communication-messages/azure/communication/messages/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.0.0"
9+
VERSION = "1.0.1"

0 commit comments

Comments
 (0)