From 76e5495a4d1c7ed72e1c1dc973b126cc31cf88e4 Mon Sep 17 00:00:00 2001 From: Joel Hendrix Date: Tue, 2 Apr 2024 15:56:49 -0700 Subject: [PATCH] Prep azcore@v1.11.1 for release (#22680) --- sdk/azcore/CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sdk/azcore/CHANGELOG.md b/sdk/azcore/CHANGELOG.md index b7344bc41a67..a6675492b1a6 100644 --- a/sdk/azcore/CHANGELOG.md +++ b/sdk/azcore/CHANGELOG.md @@ -1,18 +1,12 @@ # Release History -## 1.11.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 1.11.1 (2024-04-02) ### Bugs Fixed * Pollers that use the `Location` header won't consider `http.StatusRequestTimeout` a terminal failure. * `runtime.Poller[T].Result` won't consider non-terminal error responses as terminal. -### Other Changes - ## 1.11.0 (2024-04-01) ### Features Added