diff --git a/sdk/attestation/attestation/CHANGELOG.md b/sdk/attestation/attestation/CHANGELOG.md index bdc67c72881d..81ee7fcf427b 100644 --- a/sdk/attestation/attestation/CHANGELOG.md +++ b/sdk/attestation/attestation/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.0.0-beta.3 (Unreleased) + + ## 1.0.0-beta.2 (2021-01-19) Regenerated Attestation SDK. The properties alg, kid and use in JsonWebKey object have been marked as optional. diff --git a/sdk/attestation/attestation/package.json b/sdk/attestation/attestation/package.json index e10c9345fac3..154ccfe77e0a 100644 --- a/sdk/attestation/attestation/package.json +++ b/sdk/attestation/attestation/package.json @@ -3,7 +3,7 @@ "sdk-type": "client", "author": "Microsoft Corporation", "description": "Describes the interface for the per-tenant enclave service.", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "dependencies": { "@azure/core-http": "^1.2.0", "@azure/identity": "^1.1.0",