From bf1e31b5690cbd12f8bfdc5a7926782c4c7e84eb Mon Sep 17 00:00:00 2001 From: Richard Park <51494936+richardpark-msft@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:39:48 -0800 Subject: [PATCH] [azservicebus] Prep for release (#23942) Updating release date and changing version to 1.7.4, rather than 1.8.0 (no new features, just bug fixes) --- sdk/messaging/azservicebus/CHANGELOG.md | 8 +------- sdk/messaging/azservicebus/internal/constants.go | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/sdk/messaging/azservicebus/CHANGELOG.md b/sdk/messaging/azservicebus/CHANGELOG.md index 984fb920effe..a0fffb7e7835 100644 --- a/sdk/messaging/azservicebus/CHANGELOG.md +++ b/sdk/messaging/azservicebus/CHANGELOG.md @@ -1,17 +1,11 @@ # Release History -## 1.8.0 (Unreleased) - -### Features Added - -### Breaking Changes +## 1.7.4 (2025-01-13) ### Bugs Fixed - Receivers had a bug where a message could be received but not returned to the user. Callers would see that, occasionally, a message would not be returned from ReceiveMessages(), but would appear to have been received. Thanks to @patrickwhite256 for reporting this issue. (PR#23929) -### Other Changes - ## 1.7.3 (2024-10-14) ### Bugs Fixed diff --git a/sdk/messaging/azservicebus/internal/constants.go b/sdk/messaging/azservicebus/internal/constants.go index 706136e27f9e..8d90db9d55ab 100644 --- a/sdk/messaging/azservicebus/internal/constants.go +++ b/sdk/messaging/azservicebus/internal/constants.go @@ -4,4 +4,4 @@ package internal // Version is the semantic version number -const Version = "v1.8.0" +const Version = "v1.7.4"