diff --git a/sdk/core/core-auth/CHANGELOG.md b/sdk/core/core-auth/CHANGELOG.md index 30c93a07903a..799097a32036 100644 --- a/sdk/core/core-auth/CHANGELOG.md +++ b/sdk/core/core-auth/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.8.0 (Unreleased) +## 1.8.0 (2024-09-12) ### Features Added diff --git a/sdk/core/core-rest-pipeline/CHANGELOG.md b/sdk/core/core-rest-pipeline/CHANGELOG.md index 60e6ceb6d563..9e8e08f5292b 100644 --- a/sdk/core/core-rest-pipeline/CHANGELOG.md +++ b/sdk/core/core-rest-pipeline/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.17.0 (Unreleased) +## 1.17.0 (2024-09-12) ### Features Added diff --git a/sdk/core/core-rest-pipeline/src/constants.ts b/sdk/core/core-rest-pipeline/src/constants.ts index f8a204b4195f..e87b172abfb2 100644 --- a/sdk/core/core-rest-pipeline/src/constants.ts +++ b/sdk/core/core-rest-pipeline/src/constants.ts @@ -1,6 +1,6 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. -export const SDK_VERSION: string = "1.16.4"; +export const SDK_VERSION: string = "1.17.0"; export const DEFAULT_RETRY_POLICY_COUNT = 3; diff --git a/sdk/core/core-util/CHANGELOG.md b/sdk/core/core-util/CHANGELOG.md index 0c066b96b0e3..ea6554e6dd8b 100644 --- a/sdk/core/core-util/CHANGELOG.md +++ b/sdk/core/core-util/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.9.3 (2024-09-12) +## 1.10.0 (2024-09-12) ### Features Added diff --git a/sdk/core/core-util/package.json b/sdk/core/core-util/package.json index 6763c712f592..8092ffebeb37 100644 --- a/sdk/core/core-util/package.json +++ b/sdk/core/core-util/package.json @@ -1,6 +1,6 @@ { "name": "@azure/core-util", - "version": "1.9.3", + "version": "1.10.0", "description": "Core library for shared utility methods", "sdk-type": "client", "type": "module",