Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Run the prepare release script
  • Loading branch information
JonathanCrd committed Oct 14, 2024
commit a7a16cd8e94ac78f2bb0c76b95fdef01b2f5aa72
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 4.5.0-beta.1 (Unreleased)
## 4.5.0 (2024-10-14)

### Features Added

- Support for Continuous Access Evaluation (CAE).

### Breaking Changes

### Bugs Fixed

### Other Changes

## 4.4.0 (2024-02-14)

Changes from both the last release and the last beta include:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Key Vault Administration client library</Description>
<AssemblyTitle>Microsoft Azure.Security.KeyVault.Administration client library</AssemblyTitle>
<Version>4.5.0-beta.1</Version>
<Version>4.5.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>4.4.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Key Vault Administration;$(PackageCommonTags)</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# Release History

## 4.7.0-beta.1 (Unreleased)
## 4.7.0 (2024-10-14)

### Features Added
- Support for Continuous Access Evaluation (CAE).

### Breaking Changes

### Bugs Fixed

### Other Changes
- Support for Continuous Access Evaluation (CAE).

## 4.6.0 (2024-02-14)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Key Vault Certificates client library</Description>
<AssemblyTitle>Microsoft Azure.Security.KeyVault.Certificates client library</AssemblyTitle>
<Version>4.7.0-beta.1</Version>
<Version>4.7.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>4.6.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Key Vault Certificates;$(PackageCommonTags)</PackageTags>
Expand Down
9 changes: 2 additions & 7 deletions sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# Release History

## 4.7.0-beta.1 (Unreleased)
## 4.7.0 (2024-10-14)

### Features Added
- Support for Continuous Access Evaluation (CAE).

### Breaking Changes

### Bugs Fixed

### Other Changes
- Support for Continuous Access Evaluation (CAE).

## 4.6.0 (2024-02-14)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Key Vault Keys client library</Description>
<AssemblyTitle>Microsoft Azure.Security.KeyVault.Keys client library</AssemblyTitle>
<Version>4.7.0-beta.1</Version>
<Version>4.7.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>4.6.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Key Vault Keys;$(PackageCommonTags)</PackageTags>
Expand Down
9 changes: 2 additions & 7 deletions sdk/keyvault/Azure.Security.KeyVault.Secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# Release History

## 4.7.0-beta.1 (Unreleased)
## 4.7.0 (2024-10-14)

### Features Added
- Support for Continuous Access Evaluation (CAE).

### Breaking Changes

### Bugs Fixed

### Other Changes
- Support for Continuous Access Evaluation (CAE).

## 4.6.0 (2024-02-14)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Key Vault Secrets client library</Description>
<AssemblyTitle>Microsoft Azure.Security.KeyVault.Secrets client library</AssemblyTitle>
<Version>4.7.0-beta.1</Version>
<Version>4.7.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>4.6.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Key Vault Secrets;$(PackageCommonTags)</PackageTags>
Expand Down