Azure Event Hubs August Release (#4838)

* Azure Event Hubs August Release

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: Larry Osterman <LarryOsterman@users.noreply.github.com>
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
This commit is contained in:
Anton Kolesnyk 2023-08-08 16:30:57 -07:00 committed by GitHub
parent 4d580a7fe3
commit 4428baf59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 9 deletions

View File

@ -1,13 +1,9 @@
# Release History
## 1.0.0-beta.1 (Unreleased)
## 1.0.0-beta.1 (2023-08-08)
### Features Added
Initial Release.
### Breaking Changes
### Bugs Fixed
### Other Changes
- Initial release.
- Supported scenarios: Sending events and receiving events.
See [README.md](https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/eventhubs/azure-messaging-eventhubs/README.md) for more information on how to use the EventHubs client.

View File

@ -14,7 +14,7 @@
{
"name": "azure-core-amqp-cpp",
"default-features": false,
"version>=": "1.0.0-beta.1"
"version>=": "1.0.0-beta.2"
},
{
"name": "azure-storage-blobs-cpp",