Skip to content

Commit 31990d6

Browse files
[azservicebus] Update changelog and versions for GA release. (Azure#17986)
1 parent f946ee5 commit 31990d6

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

sdk/messaging/azservicebus/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 0.4.2 (Unreleased)
3+
## 1.0.0 (2022-05-16)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- First stable release of the azservicebus package.
128

139
## 0.4.1 (2022-05-12)
1410

sdk/messaging/azservicebus/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Use the client library `github.com/Azure/azure-sdk-for-go/sdk/messaging/azservic
77
- Send messages to an Azure Service Bus Queue or Topic
88
- Receive messages from an Azure Service Bus Queue or Subscription
99

10-
**NOTE**: This library is currently a preview. There may be breaking interface changes until it reaches semantic version `v1.0.0`.
11-
1210
Key links:
1311
- [Source code][source]
1412
- [API Reference Documentation][godoc]

sdk/messaging/azservicebus/internal/constants.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33

44
package internal
55

6-
// TODO: this should move into a proper file. Need to resolve some interdependency
7-
// issues between the public and internal packages first.
86
// Version is the semantic version number
9-
const Version = "v0.4.2"
7+
const Version = "v1.0.0"

0 commit comments

Comments
 (0)