diff --git a/sdk/messaging/azservicebus/CHANGELOG.md b/sdk/messaging/azservicebus/CHANGELOG.md index b53602949830..616652e5d114 100644 --- a/sdk/messaging/azservicebus/CHANGELOG.md +++ b/sdk/messaging/azservicebus/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.3.3 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.3.2 (2021-12-08) ### Features Added diff --git a/sdk/messaging/azservicebus/internal/constants.go b/sdk/messaging/azservicebus/internal/constants.go index 5585bc152cd7..ab426e1eb651 100644 --- a/sdk/messaging/azservicebus/internal/constants.go +++ b/sdk/messaging/azservicebus/internal/constants.go @@ -19,4 +19,4 @@ const ( // TODO: this should move into a proper file. Need to resolve some interdependency // issues between the public and internal packages first. // Version is the semantic version number -const Version = "v0.3.2" +const Version = "v0.3.3"