Skip to content

Commit

Permalink
[azservicebus] Prep for release (#23942)
Browse files Browse the repository at this point in the history
Updating release date and changing version to 1.7.4, rather than 1.8.0 (no new features, just bug fixes)
  • Loading branch information
richardpark-msft authored Jan 13, 2025
1 parent 911661f commit bf1e31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions sdk/messaging/azservicebus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/messaging/azservicebus/internal/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
package internal

// Version is the semantic version number
const Version = "v1.8.0"
const Version = "v1.7.4"

0 comments on commit bf1e31b

Please sign in to comment.