Skip to content

Commit 8a375ae

Browse files
[azservicebus] Prep for release (Azure#20902)
* Update verison in prep for release * Temporarily dropping code coverage number, want to get some PRs in that are primarily live tests. * Remove completely unused code. * Removing empty section (will be filled in in a subsequent PR)
1 parent 318ef77 commit 8a375ae

File tree

4 files changed

+8
-28
lines changed

4 files changed

+8
-28
lines changed

eng/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
{
8181
"Name": "messaging/azservicebus",
82-
"CoverageGoal": 0.50
82+
"CoverageGoal": 0.48
8383
},
8484
{
8585
"Name": "messaging/azeventhubs",

sdk/messaging/azservicebus/CHANGELOG.md

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

3+
## 1.3.1 (2023-06-06)
4+
5+
### Features Added
6+
7+
- TBD, pending customer PR.
8+
39
## 1.3.0 (2023-05-09)
410

511
### Features Added

sdk/messaging/azservicebus/internal/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
package internal
55

66
// Version is the semantic version number
7-
const Version = "v1.3.0"
7+
const Version = "v1.3.1"

sdk/messaging/azservicebus/internal/utils/sync.go

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)