April 2024 Eventhubs Release. (#5500)

* Updated changelog after release

* Added dependency on azure core and updated amqp dependency

* Added azure core find_package to config.cmake.in

* Removed explicit core dependency for now
This commit is contained in:
Larry Osterman 2024-04-09 13:22:48 -07:00 committed by GitHub
parent b1d1763d91
commit 4092c2ee6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View File

@ -1,8 +1,6 @@
# Release History
## 1.0.0-beta.7 (Unreleased)
### Features Added
## 1.0.0-beta.7 (2024-04-09)
### Breaking Changes
@ -12,8 +10,6 @@
- Fixed [#5297](https://github.com/Azure/azure-sdk-for-cpp/issues/5297). The actual fix for this was to use a single management client per connection.
### Other Changes
## 1.0.0-beta.6 (2024-02-06)
### Breaking Changes

View File

@ -18,7 +18,7 @@
{
"name": "azure-core-amqp-cpp",
"default-features": false,
"version>=": "1.0.0-beta.7"
"version>=": "1.0.0-beta.8"
},
{
"name": "vcpkg-cmake",