From 0495c205a1fd11affa15acfa77b3c22cd25981d5 Mon Sep 17 00:00:00 2001 From: Joel Hendrix Date: Wed, 7 Aug 2024 13:38:29 -0700 Subject: [PATCH] Prep azcore 1.14.0 for release (#23293) --- sdk/azcore/CHANGELOG.md | 6 +----- sdk/azcore/internal/shared/constants.go | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sdk/azcore/CHANGELOG.md b/sdk/azcore/CHANGELOG.md index c83565ce60a2..d13f2e0b3526 100644 --- a/sdk/azcore/CHANGELOG.md +++ b/sdk/azcore/CHANGELOG.md @@ -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. diff --git a/sdk/azcore/internal/shared/constants.go b/sdk/azcore/internal/shared/constants.go index 325305c925e6..7cb8c207e669 100644 --- a/sdk/azcore/internal/shared/constants.go +++ b/sdk/azcore/internal/shared/constants.go @@ -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" )