We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1467c commit 0e30d39Copy full SHA for 0e30d39
2 files changed
sdk/identity/Azure.Identity.Broker/CHANGELOG.md
@@ -1,12 +1,6 @@
1
# Release History
2
3
-## 1.1.0-beta.2 (Unreleased)
4
-
5
-### Features Added
6
7
-### Breaking Changes
8
9
-### Bugs Fixed
+## 1.1.0 (2024-04-09)
10
11
### Other Changes
12
sdk/identity/Azure.Identity.Broker/src/Azure.Identity.Broker.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This is the implementation of the Azure SDK Client Library for Azure Identity</Description>
<AssemblyTitle>Microsoft Azure.Identity.Broker Component</AssemblyTitle>
- <Version>1.1.0-beta.2</Version>
+ <Version>1.1.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.0.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Identity Broker;$(PackageCommonTags)</PackageTags>
0 commit comments