Skip to content

Commit

Permalink
Prep azcore 1.14.0 for release (#23293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Aug 7, 2024
1 parent 217edee commit 0495c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions sdk/azcore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Release History

## 1.13.1 (Unreleased)
## 1.14.0 (2024-08-07)

### Features Added

* Added field `Attributes` to `runtime.StartSpanOptions` to simplify creating spans with attributes.

### Breaking Changes

### Bugs Fixed

### Other Changes

* Include the HTTP verb and URL in `log.EventRetryPolicy` log entries so it's clear which operation is being retried.
Expand Down
2 changes: 1 addition & 1 deletion sdk/azcore/internal/shared/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ const (
Module = "azcore"

// Version is the semantic version (see http://semver.org) of this module.
Version = "v1.13.1"
Version = "v1.14.0"
)

0 comments on commit 0495c20

Please sign in to comment.