Skip to content

Commit

Permalink
Updated Key Vault versions in POMs, READMEs and CHANGELOGs. Also upda…
Browse files Browse the repository at this point in the history
…ted the CHANGELOGs due to the latest stable release. (#29852)
  • Loading branch information
vcolin7 authored Jul 8, 2022
1 parent 77ca697 commit cf9c6a6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ com.azure:azure-perf-test-parent;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-search-documents;11.4.12;11.5.0-beta.12
com.azure:azure-search-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-security-attestation;1.1.3;1.2.0-beta.1
com.azure:azure-security-attestation;1.1.3;1.1.4
com.azure:azure-security-confidentialledger;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-security-keyvault-administration;4.1.4;4.2.0-beta.1
com.azure:azure-security-keyvault-certificates;4.3.4;4.4.0-beta.1
Expand Down
13 changes: 5 additions & 8 deletions sdk/attestation/azure-security-attestation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
# Release History

## 1.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.1.4 (2022-07-07)

### Other Changes

#### Dependency Updates
- Updated `azure-core` dependency to `1.28.0`.

## 1.1.3 (2022-06-10)

### Other Changes

#### Dependency Updates
- Updated `azure-core` dependency to `1.28.0`.
- Updated `azure-core` dependency to `1.29.1`.

## 1.1.2 (2022-05-11)

Expand Down
2 changes: 1 addition & 1 deletion sdk/attestation/azure-security-attestation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-attestation</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/attestation/azure-security-attestation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-security-attestation</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-security-attestation;current} -->
<version>1.1.4</version> <!-- {x-version-update;com.azure:azure-security-attestation;current} -->

<name>Microsoft Azure SDK for Attestation</name>
<description>This package contains Microsoft Azure SDK for the Microsoft Azure Attestation service.</description>
Expand Down

0 comments on commit cf9c6a6

Please sign in to comment.