Skip to content

Commit

Permalink
Prep for Nov releases (Azure#32068)
Browse files Browse the repository at this point in the history
* Prep for Nov releases
  • Loading branch information
christothes authored Oct 28, 2022
1 parent ce35110 commit 19209f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.1.0-beta.2 (Unreleased)
## 1.1.0 (2022-11-08)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Added the `CertificateEndpoint` property to `ConfidentialLedgerClientOptions` to allow configuration of a custom certificate endpoint. When not configured, the current default is used.

## 1.1.0-beta.1 (2022-08-10)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Client SDK for the Azure Confidential Ledger service</Description>
<AssemblyTitle>Azure Confidential Ledger</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>Azure ConfidentialLedger</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/Azure.Data.Tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.7.0-beta.2 (Unreleased)
## 12.7.0-beta.2 (2022-11-08)

### Features Added
- Added a `Uri` property to `TableClient` and `TableServiceClient`
Expand Down

0 comments on commit 19209f6

Please sign in to comment.